11 |
|
|
12 |
TrkSigmaDeflHistoAction::TrkSigmaDeflHistoAction(const char *actionName, TString outFileBase, TString mode, |
TrkSigmaDeflHistoAction::TrkSigmaDeflHistoAction(const char *actionName, TString outFileBase, TString mode, |
13 |
float sigmaDeflFactor, bool outRoot, bool outText, TString title) : |
float sigmaDeflFactor, bool outRoot, bool outText, TString title) : |
14 |
Histo1DAction<Int_t> (actionName, title, outFileBase, mode, outRoot, outText), _sigmaDeflFactor(sigmaDeflFactor) { |
Histo1DAction<Float_t> (actionName, title, outFileBase, mode, outRoot, outText), _sigmaDeflFactor(sigmaDeflFactor) { |
15 |
} |
} |
16 |
|
|
17 |
void TrkSigmaDeflHistoAction::OnGood(PamLevel2 *event) { |
void TrkSigmaDeflHistoAction::OnGood(PamLevel2 *event) { |