11 using namespace JDETECTOR;
 
   64     pulse = 
new NBPulse (timetot_) ;
 
   81     pulse = 
new NBPulse (timetot_) ;
 
  157     pulse = 
new NBPulse (timetot_) ;
 
  180     pulse->analyzeFast() ;
 
SuperPMT()
Default constructor. 
 
void setPMT(JPMT pmt_)
Sets the JPMT of this SUPERPMT. 
 
void analyzeFast()
Performs a fast analysis of the NBPulse of this SUPERPMT. 
 
int getChannel()
Returns the FPGA channel of the JPMT of this SUPERPMT. 
 
Analyzes the signal of a nanobeacon in a PMT. 
 
int getID()
Returns the id of the JPMT of this SUPERPMT. 
 
void fit()
Fits the NBPulse of this SUPERPMT. 
 
void setNBPulse(TH2D *timetot_)
Sets the time vs ToT distribution of the hits recorded by the JPMT of this SUPERPMT. 
 
SuperPMT(JPMT pmt_)
Constructor. 
 
Class containing a JPMT and a NBPulse object. 
 
Data structure for PMT geometry and calibration. 
 
SuperPMT(JPMT pmt_, TH2D *timetot_)
Constructor. 
 
JPMT getPMT()
Returns the JPMT from of this SUPERPMT. 
 
SuperPMT(JPMT pmt_, TH2D *timetot_, int ch)
Constructor. 
 
NBPulse * getNBPulse()
Returns a pointer to the NBPulse of this SUPERPMT.