/[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.4 by pam-fi, Thu Oct 1 10:33:49 2009 UTC revision 1.5 by pam-fi, Tue Oct 27 10:18:54 2009 UTC
# Line 41  public: Line 41  public:
41     *                    with the edges of the bin. Additionally, a ROOT file (outFileBase + collection's name +"-rig.root")     *                    with the edges of the bin. Additionally, a ROOT file (outFileBase + collection's name +"-rig.root")
42     *                    will be produced, containing the efficiency graph.     *                    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        EFFERR_ROOT);        EFFERR_ROOT, bool owns = true);
50    
51    /*! @brief Destructor. */    /*! @brief Destructor. */
52    ~EffRigCollection() {    ~EffRigCollection() {

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

  ViewVC Help
Powered by ViewVC 1.1.23