CMS 3D CMS Logo

L1MuDTChambPhContainer.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
3 // Class L1MuDTChambPhContainer
4 //
5 // Description: input data for PHTF trigger
6 //
7 //
8 // Author List: Jorge Troconiz UAM Madrid
9 //
10 //
11 //--------------------------------------------------
12 #ifndef L1MuDTChambPhContainer_H
13 #define L1MuDTChambPhContainer_H
14 
15 //------------------------------------
16 // Collaborating Class Declarations --
17 //------------------------------------
19 
20 //----------------------
21 // Base Class Headers --
22 //----------------------
23 #include <vector>
24 
25 //---------------
26 // C++ Headers --
27 //---------------
28 
29 // ---------------------
30 // -- Class Interface --
31 // ---------------------
32 
33 
35 
36  public:
37 
38  typedef std::vector<L1MuDTChambPhDigi> Phi_Container;
39  typedef Phi_Container::const_iterator Phi_iterator;
40 
41  // Constructors
42  L1MuDTChambPhContainer() = default;
43  explicit L1MuDTChambPhContainer(Phi_Container );
44 
45  // Destructor
46  ~L1MuDTChambPhContainer() = default;
47 
48  void setContainer(Phi_Container inputSegments);
49 
50  Phi_Container const* getContainer() const;
51 
52  bool bxEmpty(int step) const;
53 
54  int bxSize(int step1, int step2) const;
55 
56  L1MuDTChambPhDigi const* chPhiSegm1(int wheel, int stat, int sect, int bx) const;
57 
58  L1MuDTChambPhDigi const* chPhiSegm2(int wheel, int stat, int sect, int bx) const;
59 
60  private:
61 
62  Phi_Container phiSegments;
63 
64 };
65 
66 #endif
L1MuDTChambPhDigi const * chPhiSegm1(int wheel, int stat, int sect, int bx) const
L1MuDTChambPhDigi const * chPhiSegm2(int wheel, int stat, int sect, int bx) const
bool bxEmpty(int step) const
int bxSize(int step1, int step2) const
void setContainer(Phi_Container inputSegments)
~L1MuDTChambPhContainer()=default
L1MuDTChambPhContainer()=default
std::vector< L1MuDTChambPhDigi > Phi_Container
Phi_Container::const_iterator Phi_iterator
Phi_Container const * getContainer() const
step
Definition: StallMonitor.cc:94