/[PAMELA software]/PamCut/CollectionActions/Histo2DActions/LshellVsBabsHistoAction/LshellVsBabsHistoAction.cpp
ViewVC logotype

Annotation of /PamCut/CollectionActions/Histo2DActions/LshellVsBabsHistoAction/LshellVsBabsHistoAction.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Mon Apr 5 10:29:40 2010 UTC (14 years, 8 months ago) by pam-mep
Branch: yoyo, MAIN
CVS Tags: Root_V8, start, MergedToHEAD_1, nuclei_reproc, MergedFromV8_1, BeforeMergingFromV8_1, V9, HEAD
Branch point for: V8
Changes since 1.1: +0 -0 lines
first release 

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     }

  ViewVC Help
Powered by ViewVC 1.1.23