/[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.4 by pam-fi, Mon May 3 14:33:48 2010 UTC revision 1.5 by pam-fi, Thu Jul 8 14:00:22 2010 UTC
# Line 19  Line 19 
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 (in current implementation).   * maintained (in current implementation).
21   */   */
22  class TrkSigmaDeflHistoAction: public Histo1DAction<Int_t> {  class TrkSigmaDeflHistoAction: public Histo1DAction<Float_t> {
23    
24  public:  public:
25    
# Line 29  public: Line 29  public:
29     * @param outFileBase The file base name for the ROOT histogram output (".root" will be appended).     * @param outFileBase The file base name for the ROOT histogram output (".root" will be appended).
30     *                    If "", no ROOT output will be produced.     *                    If "", no ROOT output will be produced.
31     * @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).
32       * @param sigmaDeflFactor The factor to multiply sigma_deflection by before comparing it to the deflection.
33     * @param outRoot If true, the output file in ROOT format will be produced.     * @param outRoot If true, the output file in ROOT format will be produced.
34     * @param outText If true, the output file in text format will be produced.     * @param outText If true, the output file in text format will be produced.
35     *             in ROOT's reference guide).     *             in ROOT's reference guide).

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23