24 |
|
const char *title = "Analysis Module for GenParticles validation"); |
25 |
|
~GenRelValMod() {} |
26 |
|
|
27 |
< |
void Process(); |
28 |
< |
void SetPrint(Bool_t b) { fPrint = b; } |
29 |
< |
void SetWrite(Bool_t b) { fWrite = b; } |
30 |
< |
void SlaveBegin(); |
31 |
< |
void SlaveTerminate(); |
27 |
> |
void Process(); |
28 |
> |
void SetPrint(Bool_t b) { fPrint = b; } |
29 |
> |
void SetWrite(Bool_t b) { fWrite = b; } |
30 |
> |
void SlaveBegin(); |
31 |
> |
void SlaveTerminate(); |
32 |
|
|
33 |
|
protected: |
34 |
< |
TString fMCPartName; //name of particle collection |
35 |
< |
TString fFileName; //filename of output |
36 |
< |
Bool_t fPrint; //=true then print to screen (def=1) |
37 |
< |
Bool_t fWrite; //=true then write to file (def=0) |
38 |
< |
MCParticleCol *fParticles; //!particle branch |
39 |
< |
std::ofstream *ofile; //!output text file |
34 |
> |
TString fMCPartName; //name of particle collection |
35 |
> |
TString fFileName; //filename of output |
36 |
> |
Bool_t fPrint; //=true then print to screen (def=1) |
37 |
> |
Bool_t fWrite; //=true then write to file (def=0) |
38 |
> |
const MCParticleCol *fParticles; //!particle branch |
39 |
> |
std::ofstream *ofile; //!output text file |
40 |
|
|
41 |
|
ClassDef(GenRelValMod,1) // GenParticle validation module |
42 |
|
}; |