ATLAS Offline Software
Loading...
Searching...
No Matches
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
11
19public:
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
38private:
39
42
45};
46
47// obtained using clid -m TrigTrackCounts
48CLASS_DEF( TrigTrackCounts , 24895180 , 1 )
49
50#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
A very basic two dimensional histogram to provide storage of HLT distributions, allowing constraints ...
const TrigHisto2D & eta_phi(void) const
TrigTrackCounts()
Default constructor used by T/P converters.
const TrigHisto2D & z0_pt(void) const
~TrigTrackCounts()=default
Destructor.
TrigHisto2D m_eta_phi
A histogram of the reconstructed track eta vs phi.
TrigHisto2D m_z0_pt
A histogram of the reconstructed track z0 vs pt.