CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
CastorRawCollections Class Reference

#include <CastorRawCollections.h>

Public Member Functions

 CastorRawCollections ()
 
 ~CastorRawCollections ()
 

Public Attributes

std::vector< HcalCalibDataFrame > * calibCont
 
std::vector< CastorDataFrame > * castorCont
 
std::vector< CastorTriggerPrimitiveDigi > * tpCont
 
std::vector< HcalTTPDigi > * ttp
 
std::vector< ZDCDataFrame > * zdcCont
 

Detailed Description

CastorRawCollections

Author
Alan Campbell
Version
1st Version April 18, 2008

Definition at line 16 of file CastorRawCollections.h.

Constructor & Destructor Documentation

◆ CastorRawCollections()

CastorRawCollections::CastorRawCollections ( )

Definition at line 3 of file CastorRawCollections.cc.

3  {
4  castorCont = nullptr;
5  zdcCont = nullptr;
6  tpCont = nullptr;
7  calibCont = nullptr;
8  ttp = nullptr;
9 }

References calibCont, castorCont, tpCont, ttp, and zdcCont.

◆ ~CastorRawCollections()

CastorRawCollections::~CastorRawCollections ( )

Definition at line 10 of file CastorRawCollections.cc.

10 {}

Member Data Documentation

◆ calibCont

std::vector<HcalCalibDataFrame>* CastorRawCollections::calibCont

Definition at line 22 of file CastorRawCollections.h.

Referenced by CastorRawCollections().

◆ castorCont

std::vector<CastorDataFrame>* CastorRawCollections::castorCont

◆ tpCont

std::vector<CastorTriggerPrimitiveDigi>* CastorRawCollections::tpCont

◆ ttp

std::vector<HcalTTPDigi>* CastorRawCollections::ttp

◆ zdcCont

std::vector<ZDCDataFrame>* CastorRawCollections::zdcCont
CastorRawCollections::zdcCont
std::vector< ZDCDataFrame > * zdcCont
Definition: CastorRawCollections.h:21
CastorRawCollections::calibCont
std::vector< HcalCalibDataFrame > * calibCont
Definition: CastorRawCollections.h:22
CastorRawCollections::castorCont
std::vector< CastorDataFrame > * castorCont
Definition: CastorRawCollections.h:20
CastorRawCollections::tpCont
std::vector< CastorTriggerPrimitiveDigi > * tpCont
Definition: CastorRawCollections.h:23
CastorRawCollections::ttp
std::vector< HcalTTPDigi > * ttp
Definition: CastorRawCollections.h:24