CMS 3D CMS Logo

Public Member Functions | Private Attributes

DTROS25Data Class Reference

#include <DTControlData.h>

List of all members.

Public Member Functions

void addROBHeader (const DTROBHeader &robHeader)
void addROBTrailer (const DTROBTrailerWord &word)
void addROBTrailer (const DTROBTrailerWord &word)
void addROSDebug (const DTROSDebugWord &word)
void addROSDebug (const DTROSDebugWord &word)
void addROSError (const DTROSErrorWord &word)
void addROSError (const DTROSErrorWord &word)
void addROSHeader (const DTROSHeaderWord &word)
void addROSTrailer (const DTROSTrailerWord &word)
void addROSTrailer (const DTROSTrailerWord &word)
void addSCData (const DTSectorCollectorData &scData)
void addSCHeader (const DTLocalTriggerHeaderWord &scHeader)
void addSCPrivHeader (const DTLocalTriggerSectorCollectorHeaderWord &scPrivHeader)
void addSCPrivSubHeader (const DTLocalTriggerSectorCollectorSubHeaderWord &scPrivSubHeader)
void addSCTrailer (const DTLocalTriggerTrailerWord &scTrailer)
void addTDCData (const DTTDCData &tdcData)
void addTDCData (const DTTDCData &tdcData)
void addTDCError (const DTTDCError &tdcError)
void addTDCMeasurement (const DTTDCMeasurementWord &word)
void addTDCMeasurement (const DTTDCMeasurementWord &word)
void clean ()
 DTROS25Data (int ROSId=0)
 Constructors.
 DTROS25Data (int ROSId=0)
 Constructors.
const std::vector< DTROBHeader > & getROBHeaders () const
const std::vector
< DTROBTrailerWord > & 
getROBTrailers () const
const std::vector
< DTROBTrailerWord > & 
getROBTrailers () const
const std::vector
< DTROSDebugWord > & 
getROSDebugs () const
const std::vector
< DTROSDebugWord > & 
getROSDebugs () const
const std::vector
< DTROSErrorWord > & 
getROSErrors () const
const std::vector
< DTROSErrorWord > & 
getROSErrors () const
const DTROSHeaderWordgetROSHeader () const
int getROSID () const
 Getters ////////////////////////.
int getROSID () const
 Getters.
const DTROSTrailerWordgetROSTrailer () const
const std::vector
< DTROSTrailerWord > & 
getROSTrailers () const
const std::vector
< DTSectorCollectorData > & 
getSCData () const
const DTLocalTriggerHeaderWordgetSCHeader () const
const
DTLocalTriggerSectorCollectorHeaderWord
getSCPrivHeader () const
const
DTLocalTriggerSectorCollectorSubHeaderWord
getSCPrivSubHeader () const
const DTLocalTriggerTrailerWordgetSCTrailer () const
const std::vector< DTTDCData > & getTDCData () const
const std::vector< DTTDCData > & getTDCData () const
const std::vector< DTTDCError > & getTDCError () const
const std::vector
< DTTDCMeasurementWord > & 
getTDCMeasurements () const
const std::vector
< DTTDCMeasurementWord > & 
getTDCMeasurements () const
void setROSId (const int &ID)
 Setters ///////////////////////.
void setROSId (const int &ID)
 Setters.
virtual ~DTROS25Data ()
 Destructor.
virtual ~DTROS25Data ()
 Destructor.

Private Attributes

std::vector< DTROBHeadertheROBHeaders
std::vector< DTROBTrailerWordtheROBTrailers
std::vector< DTROSDebugWordtheROSDebugs
std::vector< DTROSErrorWordtheROSErrors
DTROSHeaderWord theROSHeader
int theROSId
DTROSTrailerWord theROSTrailer
std::vector< DTROSTrailerWordtheROSTrailers
std::vector
< DTSectorCollectorData
theSCData
DTLocalTriggerHeaderWord theSCHeader
DTLocalTriggerSectorCollectorHeaderWord theSCPrivateHeader
DTLocalTriggerSectorCollectorSubHeaderWord theSCPrivateSubHeader
DTLocalTriggerTrailerWord theSCTrailer
std::vector< DTTDCDatatheTDCData
std::vector< DTTDCErrortheTDCError
std::vector< DTTDCMeasurementWordtheTDCMeasurements

Detailed Description

The collection containing DT ROS25 status data.

Date:
2009/11/15 11:42:29
Revision:
1.9
Author:
M. Zanetti - INFN Padova I. Josa - Ciemat Madrid

The collection containing DT ROS25 status data.

Date:
2007/02/14 15:52:20
Revision:
1.4
Author:
M. Zanetti - INFN Padova

Definition at line 25 of file DTControlData.h.


Constructor & Destructor Documentation

DTROS25Data::DTROS25Data ( int  ROSId = 0) [inline]

Constructors.

Definition at line 30 of file DTControlData.h.

: theROSId(ROSId) {}
virtual DTROS25Data::~DTROS25Data ( ) [inline, virtual]

Destructor.

Definition at line 34 of file DTControlData.h.

{}
DTROS25Data::DTROS25Data ( int  ROSId = 0) [inline]

Constructors.

Definition at line 24 of file DTROS25Data.h.

: theROSId(ROSId) {}
virtual DTROS25Data::~DTROS25Data ( ) [inline, virtual]

Destructor.

Definition at line 28 of file DTROS25Data.h.

{}

Member Function Documentation

void DTROS25Data::addROBHeader ( const DTROBHeader robHeader) [inline]

Definition at line 43 of file DTControlData.h.

References theROBHeaders.

Referenced by DTROS25Unpacker::interpretRawData().

{ theROBHeaders.push_back(robHeader); }   // IJ
void DTROS25Data::addROBTrailer ( const DTROBTrailerWord word) [inline]

Definition at line 36 of file DTROS25Data.h.

References theROBTrailers.

{ theROBTrailers.push_back(word); }
void DTROS25Data::addROBTrailer ( const DTROBTrailerWord word) [inline]

Definition at line 44 of file DTControlData.h.

References theROBTrailers.

Referenced by DTROS25Unpacker::interpretRawData().

{ theROBTrailers.push_back(word); }
void DTROS25Data::addROSDebug ( const DTROSDebugWord word) [inline]

Definition at line 35 of file DTROS25Data.h.

References theROSDebugs.

{ theROSDebugs.push_back(word); }
void DTROS25Data::addROSDebug ( const DTROSDebugWord word) [inline]

Definition at line 42 of file DTControlData.h.

References theROSDebugs.

Referenced by DTROS25Unpacker::interpretRawData().

{ theROSDebugs.push_back(word); }
void DTROS25Data::addROSError ( const DTROSErrorWord word) [inline]

Definition at line 34 of file DTROS25Data.h.

References theROSErrors.

{ theROSErrors.push_back(word); }
void DTROS25Data::addROSError ( const DTROSErrorWord word) [inline]

Definition at line 41 of file DTControlData.h.

References theROSErrors.

Referenced by DTROS25Unpacker::interpretRawData().

{ theROSErrors.push_back(word); }
void DTROS25Data::addROSHeader ( const DTROSHeaderWord word) [inline]

Definition at line 39 of file DTControlData.h.

References theROSHeader.

Referenced by DTROS25Unpacker::interpretRawData().

void DTROS25Data::addROSTrailer ( const DTROSTrailerWord word) [inline]

Definition at line 33 of file DTROS25Data.h.

References theROSTrailers.

{ theROSTrailers.push_back(word); }
void DTROS25Data::addROSTrailer ( const DTROSTrailerWord word) [inline]

Definition at line 40 of file DTControlData.h.

References theROSTrailer.

Referenced by DTROS25Unpacker::interpretRawData().

void DTROS25Data::addSCData ( const DTSectorCollectorData scData) [inline]

Definition at line 48 of file DTControlData.h.

References theSCData.

Referenced by DTROS25Unpacker::interpretRawData().

{ theSCData.push_back(scData); }
void DTROS25Data::addSCHeader ( const DTLocalTriggerHeaderWord scHeader) [inline]

Definition at line 49 of file DTControlData.h.

References theSCHeader.

Referenced by DTROS25Unpacker::interpretRawData().

{ theSCHeader = scHeader; }
void DTROS25Data::addSCPrivHeader ( const DTLocalTriggerSectorCollectorHeaderWord scPrivHeader) [inline]

Definition at line 50 of file DTControlData.h.

References theSCPrivateHeader.

Referenced by DTROS25Unpacker::interpretRawData().

{ theSCPrivateHeader = scPrivHeader; }
void DTROS25Data::addSCPrivSubHeader ( const DTLocalTriggerSectorCollectorSubHeaderWord scPrivSubHeader) [inline]

Definition at line 51 of file DTControlData.h.

References theSCPrivateSubHeader.

Referenced by DTROS25Unpacker::interpretRawData().

{ theSCPrivateSubHeader = scPrivSubHeader; }
void DTROS25Data::addSCTrailer ( const DTLocalTriggerTrailerWord scTrailer) [inline]

Definition at line 52 of file DTControlData.h.

References theSCTrailer.

Referenced by DTROS25Unpacker::interpretRawData().

{ theSCTrailer = scTrailer; }
void DTROS25Data::addTDCData ( const DTTDCData tdcData) [inline]

Definition at line 46 of file DTControlData.h.

References theTDCData.

Referenced by DTROS25Unpacker::interpretRawData().

{ theTDCData.push_back(tdcData); }
void DTROS25Data::addTDCData ( const DTTDCData tdcData) [inline]

Definition at line 38 of file DTROS25Data.h.

References theTDCData.

{ theTDCData.push_back(tdcData); }
void DTROS25Data::addTDCError ( const DTTDCError tdcError) [inline]

Definition at line 47 of file DTControlData.h.

References theTDCError.

Referenced by DTROS25Unpacker::interpretRawData().

{ theTDCError.push_back(tdcError); }
void DTROS25Data::addTDCMeasurement ( const DTTDCMeasurementWord word) [inline]

Definition at line 45 of file DTControlData.h.

References theTDCMeasurements.

{ theTDCMeasurements.push_back(word); }
void DTROS25Data::addTDCMeasurement ( const DTTDCMeasurementWord word) [inline]

Definition at line 37 of file DTROS25Data.h.

References theTDCMeasurements.

{ theTDCMeasurements.push_back(word); }
void DTROS25Data::clean ( ) [inline]
const std::vector<DTROBHeader>& DTROS25Data::getROBHeaders ( ) const [inline]

Definition at line 61 of file DTControlData.h.

References theROBHeaders.

Referenced by DTDataIntegrityTask::processROS25().

{return theROBHeaders;}
const std::vector<DTROBTrailerWord>& DTROS25Data::getROBTrailers ( ) const [inline]

Definition at line 46 of file DTROS25Data.h.

References theROBTrailers.

{return theROBTrailers;}
const std::vector<DTROBTrailerWord>& DTROS25Data::getROBTrailers ( ) const [inline]

Definition at line 62 of file DTControlData.h.

References theROBTrailers.

Referenced by DTDataIntegrityTask::processROS25().

{return theROBTrailers;}
const std::vector<DTROSDebugWord>& DTROS25Data::getROSDebugs ( ) const [inline]

Definition at line 60 of file DTControlData.h.

References theROSDebugs.

Referenced by DTDataIntegrityTask::processROS25().

{return theROSDebugs;}
const std::vector<DTROSDebugWord>& DTROS25Data::getROSDebugs ( ) const [inline]

Definition at line 45 of file DTROS25Data.h.

References theROSDebugs.

{return theROSDebugs;}
const std::vector<DTROSErrorWord>& DTROS25Data::getROSErrors ( ) const [inline]

Definition at line 44 of file DTROS25Data.h.

References theROSErrors.

{return theROSErrors;}
const std::vector<DTROSErrorWord>& DTROS25Data::getROSErrors ( ) const [inline]

Definition at line 59 of file DTControlData.h.

References theROSErrors.

Referenced by DTDataIntegrityTask::processROS25().

{return theROSErrors;}
const DTROSHeaderWord& DTROS25Data::getROSHeader ( ) const [inline]

Definition at line 58 of file DTControlData.h.

References theROSHeader.

Referenced by DTDataIntegrityTask::processROS25().

{return theROSHeader;}
int DTROS25Data::getROSID ( ) const [inline]

Getters ////////////////////////.

Definition at line 55 of file DTControlData.h.

References theROSId.

{ return theROSId; }
int DTROS25Data::getROSID ( ) const [inline]

Getters.

Definition at line 41 of file DTROS25Data.h.

References theROSId.

{ return theROSId; }
const DTROSTrailerWord& DTROS25Data::getROSTrailer ( ) const [inline]

Definition at line 57 of file DTControlData.h.

References theROSTrailer.

Referenced by DTDataIntegrityTask::processROS25().

{return theROSTrailer;}
const std::vector<DTROSTrailerWord>& DTROS25Data::getROSTrailers ( ) const [inline]

Definition at line 43 of file DTROS25Data.h.

References theROSTrailers.

{return theROSTrailers;}
const std::vector<DTSectorCollectorData>& DTROS25Data::getSCData ( ) const [inline]

Definition at line 66 of file DTControlData.h.

References theSCData.

{return theSCData;}
const DTLocalTriggerHeaderWord& DTROS25Data::getSCHeader ( ) const [inline]

Definition at line 67 of file DTControlData.h.

References theSCHeader.

{return theSCHeader;}
const DTLocalTriggerSectorCollectorHeaderWord& DTROS25Data::getSCPrivHeader ( ) const [inline]

Definition at line 68 of file DTControlData.h.

References theSCPrivateHeader.

Referenced by DTDataIntegrityTask::processROS25().

const DTLocalTriggerSectorCollectorSubHeaderWord& DTROS25Data::getSCPrivSubHeader ( ) const [inline]

Definition at line 70 of file DTControlData.h.

References theSCPrivateSubHeader.

const DTLocalTriggerTrailerWord& DTROS25Data::getSCTrailer ( ) const [inline]

Definition at line 69 of file DTControlData.h.

References theSCTrailer.

Referenced by DTDataIntegrityTask::processROS25().

{return theSCTrailer;}
const std::vector<DTTDCData>& DTROS25Data::getTDCData ( ) const [inline]

Definition at line 64 of file DTControlData.h.

References theTDCData.

Referenced by DTDataIntegrityTask::processROS25().

{return theTDCData;}
const std::vector<DTTDCData>& DTROS25Data::getTDCData ( ) const [inline]

Definition at line 48 of file DTROS25Data.h.

References theTDCData.

{return theTDCData;}
const std::vector<DTTDCError>& DTROS25Data::getTDCError ( ) const [inline]

Definition at line 65 of file DTControlData.h.

References theTDCError.

Referenced by DTDataIntegrityTask::processROS25().

{return theTDCError;}
const std::vector<DTTDCMeasurementWord>& DTROS25Data::getTDCMeasurements ( ) const [inline]

Definition at line 63 of file DTControlData.h.

References theTDCMeasurements.

const std::vector<DTTDCMeasurementWord>& DTROS25Data::getTDCMeasurements ( ) const [inline]

Definition at line 47 of file DTROS25Data.h.

References theTDCMeasurements.

void DTROS25Data::setROSId ( const int &  ID) [inline]

Setters ///////////////////////.

Definition at line 37 of file DTControlData.h.

References theROSId.

Referenced by DTROS25Unpacker::interpretRawData().

{ theROSId = ID; }
void DTROS25Data::setROSId ( const int &  ID) [inline]

Setters.

Definition at line 31 of file DTROS25Data.h.

References theROSId.

{ theROSId = ID; }

Member Data Documentation

std::vector<DTROBHeader> DTROS25Data::theROBHeaders [private]

Definition at line 94 of file DTControlData.h.

Referenced by addROBHeader(), clean(), and getROBHeaders().

Definition at line 95 of file DTControlData.h.

Referenced by addROBTrailer(), clean(), and getROBTrailers().

std::vector< DTROSDebugWord > DTROS25Data::theROSDebugs [private]

Definition at line 93 of file DTControlData.h.

Referenced by addROSDebug(), clean(), and getROSDebugs().

std::vector< DTROSErrorWord > DTROS25Data::theROSErrors [private]

Definition at line 92 of file DTControlData.h.

Referenced by addROSError(), clean(), and getROSErrors().

Definition at line 90 of file DTControlData.h.

Referenced by addROSHeader(), clean(), and getROSHeader().

int DTROS25Data::theROSId [private]

Definition at line 88 of file DTControlData.h.

Referenced by getROSID(), and setROSId().

Definition at line 91 of file DTControlData.h.

Referenced by addROSTrailer(), clean(), and getROSTrailer().

Definition at line 54 of file DTROS25Data.h.

Referenced by addROSTrailer(), and getROSTrailers().

Definition at line 99 of file DTControlData.h.

Referenced by addSCData(), clean(), and getSCData().

Definition at line 100 of file DTControlData.h.

Referenced by addSCHeader(), and getSCHeader().

Definition at line 101 of file DTControlData.h.

Referenced by addSCPrivHeader(), and getSCPrivHeader().

Definition at line 103 of file DTControlData.h.

Referenced by addSCPrivSubHeader(), and getSCPrivSubHeader().

Definition at line 102 of file DTControlData.h.

Referenced by addSCTrailer(), and getSCTrailer().

std::vector< DTTDCData > DTROS25Data::theTDCData [private]

Definition at line 97 of file DTControlData.h.

Referenced by addTDCData(), clean(), and getTDCData().

std::vector<DTTDCError> DTROS25Data::theTDCError [private]

Definition at line 98 of file DTControlData.h.

Referenced by addTDCError(), clean(), and getTDCError().

Definition at line 96 of file DTControlData.h.

Referenced by addTDCMeasurement(), clean(), and getTDCMeasurements().