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

Contents of /PamCut/CollectionActions/Histo2DActions/SVCVsLHistoAction/SVCVsLHistoAction.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Mon Jan 18 16:34:19 2010 UTC (14 years, 10 months ago) by pam-fi
Branch: MAIN
CVS Tags: Root_V8, MergedToHEAD_1, nuclei_reproc, MergedFromV8_1, BeforeMergingFromV8_1, V9, HEAD
Branch point for: V8
Added to repository.

1 /*
2 * SVCVsLHistoAction.cpp
3 *
4 * Created on: 14/jan/2010
5 * Author: S. Ricciarini
6 */
7
8 /*! @file SVCVsLHistoAction.cpp The SVCVsLHistoAction class implementation file. */
9
10 #include "SVCVsLHistoAction.h"
11
12 SVCVsLHistoAction::SVCVsLHistoAction(const char *actionName, TString outFileBase, TString mode,
13 bool outRoot, bool outText, TString title) :
14 Histo2DAction<Float_t> (actionName, title, outFileBase, mode, outRoot, outText) {
15
16 SetXAxis("L ",5000,0,100);
17 SetYAxis("SVC ",5000,0,100);
18
19 }
20
21 void SVCVsLHistoAction::OnGood(PamLevel2 *event) {
22
23 Fill(event->GetOrbitalInfo()->L,
24 event->GetOrbitalInfo()->GetCutoffSVL());
25
26 }

  ViewVC Help
Powered by ViewVC 1.1.23