| 11 |
|
|
| 12 |
MassVsRigHistoAction::MassVsRigHistoAction(const char *actionName, TString outFileBase, TString mode, |
MassVsRigHistoAction::MassVsRigHistoAction(const char *actionName, TString outFileBase, TString mode, |
| 13 |
bool outRoot, bool outText, TString title, Int_t Z, TString rigBinFile) : |
bool outRoot, bool outText, TString title, Int_t Z, TString rigBinFile) : |
| 14 |
Histo2DAction<Int_t> (actionName, title, outFileBase, mode, outRoot, outText), _Z(Z), _rigBinFile(RigBinFile){ |
Histo2DAction<Int_t> (actionName, title, outFileBase, mode, outRoot, outText), _Z(Z), _rigBinFile(rigBinFile){ |
| 15 |
|
|
| 16 |
} |
} |
| 17 |
|
|