/[PAMELA software]/PamCut/MiscCuts/OBTPktNumCut/OBTPktNumCut.h
ViewVC logotype

Diff of /PamCut/MiscCuts/OBTPktNumCut/OBTPktNumCut.h

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

revision 1.1.2.2 by pam-fi, Wed Nov 30 17:02:41 2011 UTC revision 1.2 by pam-fi, Thu Jul 8 14:00:11 2010 UTC
# Line 25  public: Line 25  public:
25     *     *
26     * @param cutName The cut's name.     * @param cutName The cut's name.
27     * @param list A list of (OBT, PktNum) pairs.     * @param list A list of (OBT, PktNum) pairs.
    * @param verbose If true, a message will be print to std output when an event is found. This can be useful  
    *                when searching for rare events in many files, to identify which file contains the event  
    *                by parsing std output. See #OBTPktNumCut.cpp for the current implementation of this message.  
28     */     */
29    OBTPktNumCut(const char *cutName, vector<pair<unsigned int, unsigned int> > &list, bool verbose = false);    OBTPktNumCut(const char *cutName, vector<pair<unsigned int, unsigned int> > &list);
30    
31    /*! @brief Constructor.    /*! @brief Constructor.
32     *     *
# Line 61  public: Line 58  public:
58  private:  private:
59    
60    vector<pair<unsigned int, unsigned int> > _list;    vector<pair<unsigned int, unsigned int> > _list;
   bool _verbose;  
61  };  };
62  #endif /* OBTPKTNUMCUT_H_ */  #endif /* OBTPKTNUMCUT_H_ */

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

  ViewVC Help
Powered by ViewVC 1.1.23