#include <HecRunHeader2002v0.h>
Public Methods | |
UInt_t | getFirstCh () |
current Tree number in a TChain first FEB channel number. More... | |
UInt_t | getLastCh () |
last FEB channel number. More... | |
Int_t | peakMethod () |
peak finding method (polynomial=1, digital filtering=2). More... | |
UInt_t | calVersion () |
cal Version number of calibration file (if digital filtering is used). More... | |
UInt_t | digVersion () |
Version number of weight parameters files (if digital filtering is used). More... | |
UInt_t | getShower () |
Shower model type ("0" for real data). More... | |
UInt_t | getEUnit () |
Unit of energy (ADC=1, nA=2). More... | |
Int_t | getCellsUsed () |
The number of adc channels. More... | |
Float_t | getPedRms (int adcNumber) |
HecRunHeader2002v0 (TTree *tree=0, string fileName=0) | |
~HecRunHeader2002v0 () | |
Int_t | Cut (Int_t entry) |
Int_t | GetEntry (Int_t entry) |
Int_t | LoadTree (Int_t entry) |
void | Init (TTree *tree) |
void | Loop () |
Bool_t | Notify () |
void | Show (Int_t entry=-1) |
Public Attributes | |
TTree * | fChain |
Int_t | fCurrent |
pointer to the analyzed TTree or TChain. More... | |
UInt_t | first_ch |
UInt_t | last_ch |
Int_t | peakf |
UInt_t | cal_version |
UInt_t | dig_version |
UInt_t | shower |
UInt_t | eunit |
Int_t | cells_used |
Float_t | ped_rms [1152] |
Int_t | ieta [1152] |
Int_t | iphi [1152] |
Int_t | iz [1152] |
TBranch * | b_first_ch |
TBranch * | b_last_ch |
TBranch * | b_peakf |
TBranch * | b_cal_version |
TBranch * | b_dig_version |
TBranch * | b_shower |
TBranch * | b_eunit |
TBranch * | b_cells_used |
TBranch * | b_ped_rms |
TBranch * | b_ieta |
TBranch * | b_iphi |
TBranch * | b_iz |
|
|
|
|
|
cal Version number of calibration file (if digital filtering is used).
|
|
|
|
Version number of weight parameters files (if digital filtering is used).
|
|
The number of adc channels.
|
|
|
|
Unit of energy (ADC=1, nA=2).
|
|
current Tree number in a TChain first FEB channel number.
|
|
last FEB channel number.
|
|
|
|
Shower model type ("0" for real data).
|
|
|
|
|
|
|
|
|
|
peak finding method (polynomial=1, digital filtering=2).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pointer to the analyzed TTree or TChain.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|