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

Diff of /PamCut/CollectionActions/Histo1DActions/TrkSigmaDeflHistoAction/TrkSigmaDeflHistoAction.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by pam-fi, Fri Sep 25 15:36:43 2009 UTC revision 1.2 by pam-fi, Thu Oct 1 10:35:12 2009 UTC
# Line 17  Line 17 
17   * For each event, the content of ALL the rigidity bins, which satisfy the above condition, is increased by 1.   * For each event, the content of ALL the rigidity bins, which satisfy the above condition, is increased by 1.
18   * Since this is quite different from what is done by Histo1DAction::Fill(), the OnGodd() implementation   * Since this is quite different from what is done by Histo1DAction::Fill(), the OnGodd() implementation
19   * is customary and doesn't call Fill(). Notice that this implies that no overflow nor underflow counter is   * is customary and doesn't call Fill(). Notice that this implies that no overflow nor underflow counter is
20   * maintained (i current implementation).   * maintained (in current implementation).
21   */   */
22  class TrkSigmaDeflHistoAction: public Histo1DAction<Int_t> {  class TrkSigmaDeflHistoAction: public Histo1DAction<Int_t> {
23    
# Line 33  public: Line 33  public:
33     *                    If "", no ROOT output will be produced.     *                    If "", no ROOT output will be produced.
34     * @param mode The mode of ROOT file creation (see documentation of TFile constructor     * @param mode The mode of ROOT file creation (see documentation of TFile constructor
35     *             in ROOT's reference guide).     *             in ROOT's reference guide).
36       * @param outRoot If true, the output file in ROOT format will be produced.
37       * @param outText If true, the output file in text format will be produced.
38     * @param title The ROOT histogram title.     * @param title The ROOT histogram title.
39     */     */
40    TrkSigmaDeflHistoAction(const char *actionName, TString outFileBase = "", TString mode = "UPDATE",    TrkSigmaDeflHistoAction(const char *actionName, TString outFileBase = "", TString mode = "UPDATE",

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23