ATLAS Offline Software
Trigger/TrigEvent/TrigInDetEvent/TrigInDetEvent/TrigTrackCounts.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TRIGINDETEVENT_TRIGTRACKCOUNTS_H
6 #define TRIGINDETEVENT_TRIGTRACKCOUNTS_H
7 
9 
10 #include "AthenaKernel/CLASS_DEF.h"
11 
19 public:
20 
23 
26  const TrigHisto2D& eta_phi);
27 
30 
32  ~TrigTrackCounts() = default;
33 
34  const TrigHisto2D& z0_pt(void) const;
35 
36  const TrigHisto2D& eta_phi(void) const;
37 
38 private:
39 
42 
45 };
46 
47 // obtained using clid -m TrigTrackCounts
48 CLASS_DEF( TrigTrackCounts , 24895180 , 1 )
49 
50 #endif
TrigTrackCounts
Definition: Trigger/TrigEvent/TrigInDetEvent/TrigInDetEvent/TrigTrackCounts.h:18
TrigTrackCounts::eta_phi
const TrigHisto2D & eta_phi(void) const
Definition: TrigTrackCounts.cxx:37
TrigHisto2D.h
TrigTrackCounts::~TrigTrackCounts
~TrigTrackCounts()=default
Destructor.
TrigTrackCounts::z0_pt
const TrigHisto2D & z0_pt(void) const
Definition: TrigTrackCounts.cxx:33
TrigTrackCounts::m_eta_phi
TrigHisto2D m_eta_phi
A histogram of the reconstructed track eta vs phi.
Definition: Trigger/TrigEvent/TrigInDetEvent/TrigInDetEvent/TrigTrackCounts.h:44
TrigTrackCounts::TrigTrackCounts
TrigTrackCounts()
Default constructor used by T/P converters.
Definition: TrigTrackCounts.cxx:9
TrigHisto2D
A very basic two dimensional histogram to provide storage of HLT distributions, allowing constraints ...
Definition: Trigger/TrigEvent/TrigInDetEvent/TrigInDetEvent/TrigHisto2D.h:24
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
TrigTrackCounts::m_z0_pt
TrigHisto2D m_z0_pt
A histogram of the reconstructed track z0 vs pt.
Definition: Trigger/TrigEvent/TrigInDetEvent/TrigInDetEvent/TrigTrackCounts.h:41
CLASS_DEF.h
macros to associate a CLID to a type