CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 ( )

Definition at line 3 of file CastorRawCollections.cc.

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

3  {
4  castorCont = nullptr;
5  zdcCont = nullptr;
6  tpCont = nullptr;
7  calibCont = nullptr;
8  ttp = nullptr;
9 }
std::vector< ZDCDataFrame > * zdcCont
std::vector< HcalCalibDataFrame > * calibCont
std::vector< CastorDataFrame > * castorCont
std::vector< CastorTriggerPrimitiveDigi > * tpCont
std::vector< HcalTTPDigi > * ttp
CastorRawCollections::~CastorRawCollections ( )

Definition at line 10 of file CastorRawCollections.cc.

10 {}

Member Data Documentation

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

Definition at line 22 of file CastorRawCollections.h.

Referenced by CastorRawCollections().

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

Definition at line 23 of file CastorRawCollections.h.

Referenced by CastorRawCollections(), and CastorUnpacker::unpack().

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

Definition at line 21 of file CastorRawCollections.h.

Referenced by CastorRawCollections(), and ZdcUnpacker::unpack().