/[PAMELA software]/PamCut/CollectionActions/Histo1DActions/TrkRigHistoAction/TrkRigHistoAction.h
ViewVC logotype

Annotation of /PamCut/CollectionActions/Histo1DActions/TrkRigHistoAction/TrkRigHistoAction.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations) (download)
Thu Jul 8 14:00:18 2010 UTC (14 years, 4 months ago) by pam-fi
Branch: MAIN
CVS Tags: MergedFromV8_1, V9, HEAD
Changes since 1.3: +1 -1 lines
File MIME type: text/plain
Merged from branch V8 (tag MergedToHEAD_1). Tag before the merge: BeforeMergingFromV8_1.

1 pam-fi 1.1 /*
2     * TrkRigHistoAction.h
3     *
4     * Created on: 2009-06-05
5     * Author: S. Ricciarini
6     * (Re-edited: 2009-08-25 N. Mori)
7     */
8    
9     /*! @file TrkRigHistoAction.h The TrkRigHistoAction class declaration file. */
10    
11     #ifndef TRKRIGHISTOACTION_H_
12     #define TRKRIGHISTOACTION_H_
13    
14     #include "../Histo1DAction/Histo1DAction.h"
15    
16     /*! @brief An action that fills the histogram: TRK rigidity (with sign).
17     */
18 pam-fi 1.4 class TrkRigHistoAction: public Histo1DAction<Float_t> {
19 pam-fi 1.1
20     public:
21    
22     /*! @brief Constructor.
23     *
24     * @param actionName The action's name.
25     * @param outFileBase The file base name for the ROOT histogram output (".root" will be appended).
26     * If "", no ROOT output will be produced.
27     * @param mode The mode of ROOT file creation (see documentation of TFile constructor
28 pam-fi 1.2 * @param outRoot If true, the output file in ROOT format will be produced.
29     * @param outText If true, the output file in text format will be produced.
30 pam-fi 1.1 * in ROOT's reference guide).
31     * @param title The ROOT histogram title.
32     */
33     TrkRigHistoAction(const char *actionName, TString outFileBase = "", TString mode = "UPDATE", bool outRoot = true,
34     bool outText = true, TString title = "Rigidity");
35    
36     /*! @brief Destructor */
37     ~TrkRigHistoAction() {
38     }
39    
40     /*! @brief Fills histogram with the selected event.
41     *
42     * @param event The selected event.
43     */
44     void OnGood(PamLevel2 *event);
45    
46     };
47    
48     #endif /* TRKRIGHISTOACTION_H_ */

  ViewVC Help
Powered by ViewVC 1.1.23