CMS 3D CMS Logo

Public Member Functions | Public Attributes

CastorRawCollections Class Reference

#include <CastorRawCollections.h>

List of all members.

Public Member Functions

 CastorRawCollections ()
 ~CastorRawCollections ()

Public Attributes

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

Detailed Description

CastorRawCollections

Author:
Alan Campbell
Version:
1st Version April 18, 2008

Definition at line 17 of file CastorRawCollections.h.


Constructor & Destructor Documentation

CastorRawCollections::CastorRawCollections ( )

Definition at line 3 of file CastorRawCollections.cc.

References calibCont, castorCont, tpCont, and ttp.

                                           {
  castorCont=0;
  tpCont=0;
  calibCont=0;
  ttp=0;
}
CastorRawCollections::~CastorRawCollections ( )

Definition at line 9 of file CastorRawCollections.cc.

                                            {
 
}

Member Data Documentation

Definition at line 24 of file CastorRawCollections.h.

Referenced by CastorRawCollections().