ATLAS Offline Software
Loading...
Searching...
No Matches
TrigTrtHitCounts.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_TRTHITCOUNTER_H
6#define TRIGINDETEVENT_TRTHITCOUNTER_H
7
9
11
20 public:
21
23 TrigTrtHitCounts(void);
24
27 const TrigHisto1D& barrel,
28 const TrigHisto1D& endcapA);
29
33
35 ~TrigTrtHitCounts(void) = default;
36
38 const TrigHisto1D& endcapC(void) const;
39
41 const TrigHisto1D& barrel(void) const;
42
44 const TrigHisto1D& endcapA(void) const;
45
46private:
50};
51
52// obtained using clid -m TrigTrtHitCounts
53CLASS_DEF( TrigTrtHitCounts , 168287091 , 1 )
54
55#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 one dimensional histogram to provide storage of HLT distributions, allowing constraints ...
Definition TrigHisto1D.h:23
A class to store the distributions of time of threshold from the TRT raw data.
const TrigHisto1D & barrel(void) const
Return a histogram of time over threshold for barrel pixel clusters.
const TrigHisto1D & endcapC(void) const
Return a histogram of time over threshold for endcap C pixel clusters.
TrigHisto1D m_endcapC
TrigTrtHitCounts(void)
Default constructor used by T/P converters.
~TrigTrtHitCounts(void)=default
Destructor.
TrigHisto1D m_endcapA
const TrigHisto1D & endcapA(void) const
Return a histogram of time over threshold for endcap A pixel clusters.