50 if (plane != NULL )plane->
print();
60 for(Int_t ndet=0;ndet<2;ndet++) {
63 if ( m == NULL )
continue;
65 for(Int_t i=0;i<
NADC;i++){
66 Int_t chipold = -1, mult = 0;
67 for(Int_t j=0;j<
NCHAN;j++){
68 Int_t chip = Int_t(j/64) + ndet*
fNchips;
69 if(chip>=fNchips)
break;
73 Double_t noise = gRandom->Gaus(0);
79 if(q <=
fThr)
continue;
93 fNtuple =
new TNtupleD(
"fNtuple",
"AGET signal",
"evt:chip:t:mult");
Double_t GetData(Int_t i, Int_t j)
Set/Get Data Cell.
Dummy analysis to run as test and example. Give basic histograms of the data.
Bool_t isExist(ULong_t det)
Detecror date exist //! Number of Real Detectors.
void print()
Overloaded method which do all job.
TFile * OpenHistFile(const char *ananame)
unpacked dcc data The class contains the data map for DCC or Feminos The data is stored as a 2D TMatr...
HarpoEventHeader * GetHeader()
Int_t fNchips
Redefine empty default.
const ULong_t gkNDetectors
HarpoDccMap * GetDccMap(Long_t plane=XDCC)
R__EXTERN HarpoDetSet * gHDetSet
void Save(char *mode=NULL)