CMS 3D CMS Logo

BeginOfTrackCounter.h
Go to the documentation of this file.
1 #ifndef HelpfulWatchers_BeginOfTrackCounter_h
2 #define HelpfulWatchers_BeginOfTrackCounter_h
3 // -*- C++ -*-
4 //
5 // Package: HelpfulWatchers
6 // Class : BeginOfTrackCounter
7 //
19 //
20 // Original Author:
21 // Created: Tue Nov 29 12:26:39 EST 2005
22 //
23 
24 // system include files
25 #include <string>
26 
27 // user include files
31 
32 // forward declarations
33 namespace edm {
34  class ParameterSet;
35 }
36 
37 namespace simwatcher {
38  class BeginOfTrackCounter : public SimProducer, public Observer<const BeginOfTrack *> {
39  public:
41 
42  // ---------- const member functions ---------------------
43 
44  // ---------- static member functions --------------------
45 
46  // ---------- member functions ---------------------------
47  void produce(edm::Event &, const edm::EventSetup &) override;
48 
49  private:
50  BeginOfTrackCounter(const BeginOfTrackCounter &) = delete; // stop default
51 
52  const BeginOfTrackCounter &operator=(const BeginOfTrackCounter &) = delete; // stop default
53 
54  void update(const BeginOfTrack *) override;
55  // ---------- member data --------------------------------
56  int m_count;
58  };
59 
60 } // namespace simwatcher
61 #endif
HLT enums.
#define update(a, b)