CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
l1t::EMTFDaqOut Class Reference

#include <EMTFDaqOut.h>

Public Member Functions

void add_format_error ()
 
uint64_t Dataword () const
 
 EMTFDaqOut (uint64_t dataword)
 
 EMTFDaqOut ()
 
int Format_Errors () const
 
emtf::AMC13Header GetAMC13Header () const
 
emtf::AMC13Trailer GetAMC13Trailer () const
 
emtf::Counters GetCounters () const
 
emtf::EventHeader GetEventHeader () const
 
emtf::EventTrailer GetEventTrailer () const
 
emtf::MECollection GetMECollection () const
 
emtf::MTF7Header GetMTF7Header () const
 
emtf::MTF7Trailer GetMTF7Trailer () const
 
emtf::RPCCollection GetRPCCollection () const
 
emtf::SPCollection GetSPCollection () const
 
bool HasAMC13Header () const
 
bool HasAMC13Trailer () const
 
bool HasCounters () const
 
bool HasEventHeader () const
 
bool HasEventTrailer () const
 
bool HasMTF7Header () const
 
bool HasMTF7Trailer () const
 
int NumME () const
 
int NumRPC () const
 
int NumSP () const
 
const emtf::AMC13HeaderPtrAMC13Header () const
 
const emtf::AMC13TrailerPtrAMC13Trailer () const
 
const emtf::CountersPtrCounters () const
 
const emtf::EventHeaderPtrEventHeader () const
 
const emtf::EventTrailerPtrEventTrailer () const
 
const emtf::MECollectionPtrMECollection () const
 
const emtf::MTF7HeaderPtrMTF7Header () const
 
const emtf::MTF7TrailerPtrMTF7Trailer () const
 
const emtf::RPCCollectionPtrRPCCollection () const
 
const emtf::SPCollectionPtrSPCollection () const
 
void push_ME (emtf::ME bits)
 
void push_RPC (emtf::RPC bits)
 
void push_SP (emtf::SP bits)
 
void set_AMC13Header (emtf::AMC13Header bits)
 
void set_AMC13Trailer (emtf::AMC13Trailer bits)
 
void set_Counters (emtf::Counters bits)
 
void set_dataword (uint64_t bits)
 
void set_EventHeader (emtf::EventHeader bits)
 
void set_EventTrailer (emtf::EventTrailer bits)
 
void set_MECollection (emtf::MECollection bits)
 
void set_MTF7Header (emtf::MTF7Header bits)
 
void set_MTF7Trailer (emtf::MTF7Trailer bits)
 
void set_RPCCollection (emtf::RPCCollection bits)
 
void set_SPCollection (emtf::SPCollection bits)
 
virtual ~EMTFDaqOut ()
 

Private Attributes

emtf::AMC13Header AMC13Header
 
emtf::AMC13Trailer AMC13Trailer
 
emtf::Counters Counters
 
uint64_t dataword
 
emtf::EventHeader EventHeader
 
emtf::EventTrailer EventTrailer
 
int format_errors
 
bool hasAMC13Header
 
bool hasAMC13Trailer
 
bool hasCounters
 
bool hasEventHeader
 
bool hasEventTrailer
 
bool hasMTF7Header
 
bool hasMTF7Trailer
 
emtf::MECollection MECollection
 
emtf::MTF7Header MTF7Header
 
emtf::MTF7Trailer MTF7Trailer
 
int numME
 
int numRPC
 
int numSP
 
emtf::RPCCollection RPCCollection
 
emtf::SPCollection SPCollection
 

Detailed Description

Definition at line 23 of file EMTFDaqOut.h.

Constructor & Destructor Documentation

l1t::EMTFDaqOut::EMTFDaqOut ( uint64_t  dataword)
explicit
l1t::EMTFDaqOut::EMTFDaqOut ( )
inline

Definition at line 29 of file EMTFDaqOut.h.

29  :
30  hasAMC13Header(false), hasMTF7Header(false), hasEventHeader(false), hasCounters(false), numME(0), numRPC(0),
31  numSP(0), hasEventTrailer(false), hasMTF7Trailer(false), hasAMC13Trailer(false), format_errors(0), dataword(-99)
32  {};
bool hasAMC13Trailer
Definition: EMTFDaqOut.h:113
bool hasEventTrailer
Definition: EMTFDaqOut.h:111
uint64_t dataword
Definition: EMTFDaqOut.h:125
virtual l1t::EMTFDaqOut::~EMTFDaqOut ( )
inlinevirtual

Definition at line 39 of file EMTFDaqOut.h.

39 {};

Member Function Documentation

void l1t::EMTFDaqOut::add_format_error ( )
inline

Definition at line 67 of file EMTFDaqOut.h.

References format_errors.

67 { format_errors += 1; }
uint64_t l1t::EMTFDaqOut::Dataword ( ) const
inline

Definition at line 101 of file EMTFDaqOut.h.

References dataword.

101 { return dataword; }
uint64_t dataword
Definition: EMTFDaqOut.h:125
int l1t::EMTFDaqOut::Format_Errors ( ) const
inline

Definition at line 100 of file EMTFDaqOut.h.

References format_errors.

100 { return format_errors; }
emtf::AMC13Header l1t::EMTFDaqOut::GetAMC13Header ( ) const
inline

Definition at line 80 of file EMTFDaqOut.h.

References AMC13Header.

80 { return AMC13Header; }
emtf::AMC13Header AMC13Header
Definition: EMTFDaqOut.h:114
emtf::AMC13Trailer l1t::EMTFDaqOut::GetAMC13Trailer ( ) const
inline

Definition at line 89 of file EMTFDaqOut.h.

References AMC13Trailer.

89 { return AMC13Trailer; }
emtf::AMC13Trailer AMC13Trailer
Definition: EMTFDaqOut.h:123
emtf::Counters l1t::EMTFDaqOut::GetCounters ( ) const
inline

Definition at line 83 of file EMTFDaqOut.h.

References Counters.

83 { return Counters; }
emtf::Counters Counters
Definition: EMTFDaqOut.h:117
emtf::EventHeader l1t::EMTFDaqOut::GetEventHeader ( ) const
inline

Definition at line 82 of file EMTFDaqOut.h.

References EventHeader.

82 { return EventHeader; }
emtf::EventHeader EventHeader
Definition: EMTFDaqOut.h:116
emtf::EventTrailer l1t::EMTFDaqOut::GetEventTrailer ( ) const
inline

Definition at line 87 of file EMTFDaqOut.h.

References EventTrailer.

87 { return EventTrailer; }
emtf::EventTrailer EventTrailer
Definition: EMTFDaqOut.h:121
emtf::MECollection l1t::EMTFDaqOut::GetMECollection ( ) const
inline

Definition at line 84 of file EMTFDaqOut.h.

References MECollection.

84 { return MECollection; }
emtf::MECollection MECollection
Definition: EMTFDaqOut.h:118
emtf::MTF7Header l1t::EMTFDaqOut::GetMTF7Header ( ) const
inline

Definition at line 81 of file EMTFDaqOut.h.

References MTF7Header.

81 { return MTF7Header; }
emtf::MTF7Header MTF7Header
Definition: EMTFDaqOut.h:115
emtf::MTF7Trailer l1t::EMTFDaqOut::GetMTF7Trailer ( ) const
inline

Definition at line 88 of file EMTFDaqOut.h.

References MTF7Trailer.

88 { return MTF7Trailer; }
emtf::MTF7Trailer MTF7Trailer
Definition: EMTFDaqOut.h:122
emtf::RPCCollection l1t::EMTFDaqOut::GetRPCCollection ( ) const
inline

Definition at line 85 of file EMTFDaqOut.h.

References RPCCollection.

85 { return RPCCollection; }
emtf::RPCCollection RPCCollection
Definition: EMTFDaqOut.h:119
emtf::SPCollection l1t::EMTFDaqOut::GetSPCollection ( ) const
inline

Definition at line 86 of file EMTFDaqOut.h.

References SPCollection.

86 { return SPCollection; }
emtf::SPCollection SPCollection
Definition: EMTFDaqOut.h:120
bool l1t::EMTFDaqOut::HasAMC13Header ( ) const
inline

Definition at line 70 of file EMTFDaqOut.h.

References hasAMC13Header.

70 { return hasAMC13Header; }
bool l1t::EMTFDaqOut::HasAMC13Trailer ( ) const
inline

Definition at line 77 of file EMTFDaqOut.h.

References hasAMC13Trailer.

77 { return hasAMC13Trailer; }
bool hasAMC13Trailer
Definition: EMTFDaqOut.h:113
bool l1t::EMTFDaqOut::HasCounters ( ) const
inline

Definition at line 73 of file EMTFDaqOut.h.

References hasCounters.

73 { return hasCounters; }
bool l1t::EMTFDaqOut::HasEventHeader ( ) const
inline

Definition at line 72 of file EMTFDaqOut.h.

References hasEventHeader.

72 { return hasEventHeader; }
bool l1t::EMTFDaqOut::HasEventTrailer ( ) const
inline

Definition at line 79 of file EMTFDaqOut.h.

References hasEventTrailer.

79 { return hasEventTrailer; }
bool hasEventTrailer
Definition: EMTFDaqOut.h:111
bool l1t::EMTFDaqOut::HasMTF7Header ( ) const
inline

Definition at line 71 of file EMTFDaqOut.h.

References hasMTF7Header.

71 { return hasMTF7Header; }
bool l1t::EMTFDaqOut::HasMTF7Trailer ( ) const
inline

Definition at line 78 of file EMTFDaqOut.h.

References hasMTF7Trailer.

78 { return hasMTF7Trailer; }
int l1t::EMTFDaqOut::NumME ( ) const
inline

Definition at line 76 of file EMTFDaqOut.h.

References numME.

76 { return numME; }
int l1t::EMTFDaqOut::NumRPC ( ) const
inline

Definition at line 75 of file EMTFDaqOut.h.

References numRPC.

75 { return numRPC; }
int l1t::EMTFDaqOut::NumSP ( ) const
inline

Definition at line 74 of file EMTFDaqOut.h.

References numSP.

74 { return numSP; }
const emtf::AMC13Header* l1t::EMTFDaqOut::PtrAMC13Header ( ) const
inline

Definition at line 90 of file EMTFDaqOut.h.

References AMC13Header.

90 { return & AMC13Header; }
emtf::AMC13Header AMC13Header
Definition: EMTFDaqOut.h:114
const emtf::AMC13Trailer* l1t::EMTFDaqOut::PtrAMC13Trailer ( ) const
inline

Definition at line 99 of file EMTFDaqOut.h.

References AMC13Trailer.

99 { return & AMC13Trailer; }
emtf::AMC13Trailer AMC13Trailer
Definition: EMTFDaqOut.h:123
const emtf::Counters* l1t::EMTFDaqOut::PtrCounters ( ) const
inline

Definition at line 93 of file EMTFDaqOut.h.

References Counters.

93 { return & Counters; }
emtf::Counters Counters
Definition: EMTFDaqOut.h:117
const emtf::EventHeader* l1t::EMTFDaqOut::PtrEventHeader ( ) const
inline

Definition at line 92 of file EMTFDaqOut.h.

References EventHeader.

92 { return & EventHeader; }
emtf::EventHeader EventHeader
Definition: EMTFDaqOut.h:116
const emtf::EventTrailer* l1t::EMTFDaqOut::PtrEventTrailer ( ) const
inline

Definition at line 97 of file EMTFDaqOut.h.

References EventTrailer.

97 { return & EventTrailer; }
emtf::EventTrailer EventTrailer
Definition: EMTFDaqOut.h:121
const emtf::MECollection* l1t::EMTFDaqOut::PtrMECollection ( ) const
inline

Definition at line 94 of file EMTFDaqOut.h.

References MECollection.

94 { return & MECollection; }
emtf::MECollection MECollection
Definition: EMTFDaqOut.h:118
const emtf::MTF7Header* l1t::EMTFDaqOut::PtrMTF7Header ( ) const
inline

Definition at line 91 of file EMTFDaqOut.h.

References MTF7Header.

91 { return & MTF7Header; }
emtf::MTF7Header MTF7Header
Definition: EMTFDaqOut.h:115
const emtf::MTF7Trailer* l1t::EMTFDaqOut::PtrMTF7Trailer ( ) const
inline

Definition at line 98 of file EMTFDaqOut.h.

References MTF7Trailer.

98 { return & MTF7Trailer; }
emtf::MTF7Trailer MTF7Trailer
Definition: EMTFDaqOut.h:122
const emtf::RPCCollection* l1t::EMTFDaqOut::PtrRPCCollection ( ) const
inline

Definition at line 95 of file EMTFDaqOut.h.

References RPCCollection.

95 { return & RPCCollection; }
emtf::RPCCollection RPCCollection
Definition: EMTFDaqOut.h:119
const emtf::SPCollection* l1t::EMTFDaqOut::PtrSPCollection ( ) const
inline

Definition at line 96 of file EMTFDaqOut.h.

References SPCollection.

96 { return & SPCollection; }
emtf::SPCollection SPCollection
Definition: EMTFDaqOut.h:120
void l1t::EMTFDaqOut::push_ME ( emtf::ME  bits)
inline

Definition at line 51 of file EMTFDaqOut.h.

References MECollection, and numME.

51  { MECollection.push_back(bits);
52  numME += 1; }
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
emtf::MECollection MECollection
Definition: EMTFDaqOut.h:118
void l1t::EMTFDaqOut::push_RPC ( emtf::RPC  bits)
inline

Definition at line 55 of file EMTFDaqOut.h.

References numRPC, and RPCCollection.

55  { RPCCollection.push_back(bits);
56  numRPC += 1; }
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
emtf::RPCCollection RPCCollection
Definition: EMTFDaqOut.h:119
void l1t::EMTFDaqOut::push_SP ( emtf::SP  bits)
inline

Definition at line 59 of file EMTFDaqOut.h.

References numSP, and SPCollection.

59  { SPCollection.push_back(bits);
60  numSP += 1; }
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
emtf::SPCollection SPCollection
Definition: EMTFDaqOut.h:120
void l1t::EMTFDaqOut::set_AMC13Header ( emtf::AMC13Header  bits)
inline

Definition at line 41 of file EMTFDaqOut.h.

References AMC13Header, bits, and hasAMC13Header.

41  { AMC13Header = bits;
42  hasAMC13Header = true; }
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
emtf::AMC13Header AMC13Header
Definition: EMTFDaqOut.h:114
void l1t::EMTFDaqOut::set_AMC13Trailer ( emtf::AMC13Trailer  bits)
inline

Definition at line 65 of file EMTFDaqOut.h.

References AMC13Trailer, bits, and hasAMC13Trailer.

65  { AMC13Trailer = bits;
66  hasAMC13Trailer = true; }
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
bool hasAMC13Trailer
Definition: EMTFDaqOut.h:113
emtf::AMC13Trailer AMC13Trailer
Definition: EMTFDaqOut.h:123
void l1t::EMTFDaqOut::set_Counters ( emtf::Counters  bits)
inline

Definition at line 47 of file EMTFDaqOut.h.

References bits, Counters, and hasCounters.

47  { Counters = bits;
48  hasCounters = true; }
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
emtf::Counters Counters
Definition: EMTFDaqOut.h:117
void l1t::EMTFDaqOut::set_dataword ( uint64_t  bits)
inline

Definition at line 68 of file EMTFDaqOut.h.

References bits.

68 { dataword = bits; }
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
uint64_t dataword
Definition: EMTFDaqOut.h:125
void l1t::EMTFDaqOut::set_EventHeader ( emtf::EventHeader  bits)
inline

Definition at line 45 of file EMTFDaqOut.h.

References bits, and hasEventHeader.

45  { EventHeader = bits;
46  hasEventHeader = true; }
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
void l1t::EMTFDaqOut::set_EventTrailer ( emtf::EventTrailer  bits)
inline

Definition at line 61 of file EMTFDaqOut.h.

References bits, EventTrailer, and hasEventTrailer.

61  { EventTrailer = bits;
62  hasEventTrailer = true; }
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
bool hasEventTrailer
Definition: EMTFDaqOut.h:111
emtf::EventTrailer EventTrailer
Definition: EMTFDaqOut.h:121
void l1t::EMTFDaqOut::set_MECollection ( emtf::MECollection  bits)
inline

Definition at line 49 of file EMTFDaqOut.h.

References bits, MECollection, and numME.

49  { MECollection = bits;
50  numME = MECollection.size(); }
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
emtf::MECollection MECollection
Definition: EMTFDaqOut.h:118
void l1t::EMTFDaqOut::set_MTF7Header ( emtf::MTF7Header  bits)
inline

Definition at line 43 of file EMTFDaqOut.h.

References bits, hasMTF7Header, and MTF7Header.

43  { MTF7Header = bits;
44  hasMTF7Header = true; }
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
emtf::MTF7Header MTF7Header
Definition: EMTFDaqOut.h:115
void l1t::EMTFDaqOut::set_MTF7Trailer ( emtf::MTF7Trailer  bits)
inline

Definition at line 63 of file EMTFDaqOut.h.

References bits, hasMTF7Trailer, and MTF7Trailer.

63  { MTF7Trailer = bits;
64  hasMTF7Trailer = true; }
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
emtf::MTF7Trailer MTF7Trailer
Definition: EMTFDaqOut.h:122
void l1t::EMTFDaqOut::set_RPCCollection ( emtf::RPCCollection  bits)
inline

Definition at line 53 of file EMTFDaqOut.h.

References bits, numRPC, and RPCCollection.

53  { RPCCollection = bits;
54  numRPC = RPCCollection.size(); }
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
emtf::RPCCollection RPCCollection
Definition: EMTFDaqOut.h:119
void l1t::EMTFDaqOut::set_SPCollection ( emtf::SPCollection  bits)
inline

Definition at line 57 of file EMTFDaqOut.h.

References bits, numSP, and SPCollection.

57  { SPCollection = bits;
58  numSP = SPCollection.size(); }
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision bits
emtf::SPCollection SPCollection
Definition: EMTFDaqOut.h:120

Member Data Documentation

emtf::AMC13Header l1t::EMTFDaqOut::AMC13Header
private

Definition at line 114 of file EMTFDaqOut.h.

Referenced by GetAMC13Header(), PtrAMC13Header(), and set_AMC13Header().

emtf::AMC13Trailer l1t::EMTFDaqOut::AMC13Trailer
private

Definition at line 123 of file EMTFDaqOut.h.

Referenced by GetAMC13Trailer(), PtrAMC13Trailer(), and set_AMC13Trailer().

emtf::Counters l1t::EMTFDaqOut::Counters
private

Definition at line 117 of file EMTFDaqOut.h.

Referenced by GetCounters(), PtrCounters(), and set_Counters().

uint64_t l1t::EMTFDaqOut::dataword
private

Definition at line 125 of file EMTFDaqOut.h.

Referenced by Dataword().

emtf::EventHeader l1t::EMTFDaqOut::EventHeader
private

Definition at line 116 of file EMTFDaqOut.h.

Referenced by GetEventHeader(), and PtrEventHeader().

emtf::EventTrailer l1t::EMTFDaqOut::EventTrailer
private

Definition at line 121 of file EMTFDaqOut.h.

Referenced by GetEventTrailer(), PtrEventTrailer(), and set_EventTrailer().

int l1t::EMTFDaqOut::format_errors
private

Definition at line 124 of file EMTFDaqOut.h.

Referenced by add_format_error(), and Format_Errors().

bool l1t::EMTFDaqOut::hasAMC13Header
private

Definition at line 104 of file EMTFDaqOut.h.

Referenced by HasAMC13Header(), and set_AMC13Header().

bool l1t::EMTFDaqOut::hasAMC13Trailer
private

Definition at line 113 of file EMTFDaqOut.h.

Referenced by HasAMC13Trailer(), and set_AMC13Trailer().

bool l1t::EMTFDaqOut::hasCounters
private

Definition at line 107 of file EMTFDaqOut.h.

Referenced by HasCounters(), and set_Counters().

bool l1t::EMTFDaqOut::hasEventHeader
private

Definition at line 106 of file EMTFDaqOut.h.

Referenced by HasEventHeader(), and set_EventHeader().

bool l1t::EMTFDaqOut::hasEventTrailer
private

Definition at line 111 of file EMTFDaqOut.h.

Referenced by HasEventTrailer(), and set_EventTrailer().

bool l1t::EMTFDaqOut::hasMTF7Header
private

Definition at line 105 of file EMTFDaqOut.h.

Referenced by HasMTF7Header(), and set_MTF7Header().

bool l1t::EMTFDaqOut::hasMTF7Trailer
private

Definition at line 112 of file EMTFDaqOut.h.

Referenced by HasMTF7Trailer(), and set_MTF7Trailer().

emtf::MECollection l1t::EMTFDaqOut::MECollection
private

Definition at line 118 of file EMTFDaqOut.h.

Referenced by GetMECollection(), PtrMECollection(), push_ME(), and set_MECollection().

emtf::MTF7Header l1t::EMTFDaqOut::MTF7Header
private

Definition at line 115 of file EMTFDaqOut.h.

Referenced by GetMTF7Header(), PtrMTF7Header(), and set_MTF7Header().

emtf::MTF7Trailer l1t::EMTFDaqOut::MTF7Trailer
private

Definition at line 122 of file EMTFDaqOut.h.

Referenced by GetMTF7Trailer(), PtrMTF7Trailer(), and set_MTF7Trailer().

int l1t::EMTFDaqOut::numME
private

Definition at line 108 of file EMTFDaqOut.h.

Referenced by NumME(), push_ME(), and set_MECollection().

int l1t::EMTFDaqOut::numRPC
private

Definition at line 109 of file EMTFDaqOut.h.

Referenced by NumRPC(), push_RPC(), and set_RPCCollection().

int l1t::EMTFDaqOut::numSP
private

Definition at line 110 of file EMTFDaqOut.h.

Referenced by NumSP(), push_SP(), and set_SPCollection().

emtf::RPCCollection l1t::EMTFDaqOut::RPCCollection
private

Definition at line 119 of file EMTFDaqOut.h.

Referenced by GetRPCCollection(), PtrRPCCollection(), push_RPC(), and set_RPCCollection().

emtf::SPCollection l1t::EMTFDaqOut::SPCollection
private

Definition at line 120 of file EMTFDaqOut.h.

Referenced by GetSPCollection(), PtrSPCollection(), push_SP(), and set_SPCollection().