/[PAMELA software]/PamCut/CollectionActions/Histo2DActions/TrkDeflVsGPDeflHHistoAction/TrkDeflVsGPDeflHHistoAction.h
ViewVC logotype

Contents of /PamCut/CollectionActions/Histo2DActions/TrkDeflVsGPDeflHHistoAction/TrkDeflVsGPDeflHHistoAction.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Fri May 27 14:05:01 2011 UTC (13 years, 6 months ago) by pam-fi
Branch: MAIN
CVS Tags: V9, HEAD
File MIME type: text/plain
Added to repository.

1 /*
2 * TofBetaVsTrkRigHistoAction.h
3 *
4 * Created on: 24/jun/2010
5 * Author: S. Ricciarini
6 */
7
8 /*! @file TrkDeflVsGPDeflHHistoAction.h The TrkDeflVsGPDeflHHistoAction class declaration file. */
9
10 #ifndef TRKDEFLVSGPDEFLHHISTOACTION_H_
11 #define TRKDEFLVSGPDEFLHHISTOACTION_H_
12
13 #include "../Histo2DAction/Histo2DAction.h"
14
15 /*! @brief An action that fills the histogram: Trk Deflection (with sign, in GV^-1) vs. GPamela Deflection for H, in (GeV/c)^-1 . */
16 class TrkDeflVsGPDeflHHistoAction: public Histo2DAction<Int_t> {
17
18 public:
19
20 /*! @brief Constructor.
21 *
22 * @param actionName The action's name.
23 * @param outFileBase The file base name for the ROOT histogram output (".root" will be appended).
24 * If "", no ROOT output will be produced.
25 * @param mode The mode of ROOT file creation (see documentation of TFile constructor
26 * in ROOT's reference guide).
27 * @param outRoot If true, an output ROOT file named outFileBase + ".root" will be produced.
28 * @param outText If true, an output text file named outFileBase + ".txt" will be produced. It will overwrite an
29 * eventually existing file with the same name.
30 * @param title The ROOT histogram title.
31 */
32 TrkDeflVsGPDeflHHistoAction(const char *actionName, TString outFileBase = "", TString mode = "UPDATE", bool outRoot =
33 true, bool outText = true, TString title = "TRK Defl. (GV)^-1 vs. GP H Defl. (GeV/c)^-1");
34
35 /*! @brief Destructor */
36 ~TrkDeflVsGPDeflHHistoAction() {
37 }
38
39 /*! @brief Fills histogram with the selected event.
40 *
41 * @param event The selected event.
42 */
43 void OnGood(PamLevel2 *event);
44
45
46 };
47 #endif /* TRKDEFLVSGPDEFLHHISTOACTION_H_ */

  ViewVC Help
Powered by ViewVC 1.1.23