/[PAMELA software]/PamCut/Collections/EffRigCollection/EffRigCollection.h
ViewVC logotype

Diff of /PamCut/Collections/EffRigCollection/EffRigCollection.h

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

revision 1.3 by pam-fi, Fri Sep 25 15:02:01 2009 UTC revision 1.5 by pam-fi, Tue Oct 27 10:18:54 2009 UTC
# Line 36  public: Line 36  public:
36     *                       careful to name the collection respecting the C++ rules for the names of the variables     *                       careful to name the collection respecting the C++ rules for the names of the variables
37     *                       (eg. don't use - in the name) otherwise the graph will be unusable.     *                       (eg. don't use - in the name) otherwise the graph will be unusable.
38     * @param outFileBase The output file base name. It will produce the same file as the parent class #EffCollection     * @param outFileBase The output file base name. It will produce the same file as the parent class #EffCollection
39     *                    with the total efficiency, plus a similar file (named outFileBase + "-eff-rig.txt") with a     *                    with the total efficiency, plus a similar file (named outFileBase + collection's name + "-rig.txt")
40     *                    row for each rigidity bin. Additionally, a ROOT file (outFileBase + "-eff-rig.root") will be     *                    with a row for each rigidity bin. At the beginning of each row there will be two additional columns
41     *                    produced, containing the efficiency graph.     *                    with the edges of the bin. Additionally, a ROOT file (outFileBase + collection's name +"-rig.root")
42       *                    will be produced, containing the efficiency graph.
43     * @param rigBinsFile The file with the rigidity bins.     * @param rigBinsFile The file with the rigidity bins.
44     * @param errMethod The method to use for error computation. Possible values are defined in #EffRigCollection_ErrMethod.     * @param errMethod The method to use for error computation. Possible values are defined in #EffCollection_ErrMethod.
45       * @param owns If true, the collection will own the cuts and the actions, ie., it will
46       *             destroy them in its destructor.
47     */     */
48    EffRigCollection(const char *collectionName, TString outFileBase = "", TString rigBinsFile = "", int errMethod =    EffRigCollection(const char *collectionName, TString outFileBase = "", TString rigBinsFile = "", int errMethod =
49        EFFRIG_ROOT);        EFFERR_ROOT, bool owns = true);
50    
51    /*! @brief Destructor. */    /*! @brief Destructor. */
52    ~EffRigCollection() {    ~EffRigCollection() {

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

  ViewVC Help
Powered by ViewVC 1.1.23