| 1 |
pam-mep |
1.1 |
/* |
| 2 |
|
|
* LshellVsBabsHistoAction.cpp |
| 3 |
|
|
* |
| 4 |
|
|
* Created on: 27-Marth-2010 |
| 5 |
|
|
* Author: Vitaly Malakhov |
| 6 |
|
|
*/ |
| 7 |
|
|
|
| 8 |
|
|
/*! @file LshellVsBabsHistoAction.cpp The LshellVsBabsHistoAction class implementation file. */ |
| 9 |
|
|
|
| 10 |
|
|
#include "LshellVsBabsHistoAction.h" |
| 11 |
|
|
|
| 12 |
|
|
LshellVsBabsHistoAction::LshellVsBabsHistoAction(const char *actionName, TString outFileBase, TString mode, |
| 13 |
|
|
bool outRoot, bool outText, TString title) : |
| 14 |
|
|
Histo2DAction<Int_t> (actionName, title, outFileBase, mode, outRoot, outText){ |
| 15 |
|
|
|
| 16 |
|
|
} |
| 17 |
|
|
|
| 18 |
|
|
void LshellVsBabsHistoAction::OnGood(PamLevel2 *event) { |
| 19 |
|
|
Fill(event->GetOrbitalInfo()->L, event->GetOrbitalInfo()->Babs); |
| 20 |
|
|
} |