CMS 3D CMS Logo

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

#include <CastorCollections.h>

Public Member Functions

 CastorCollections ()
 
 ~CastorCollections ()
 

Public Attributes

const HcalCalibDigiCollectioncalibCont
 
const CastorDigiCollectioncastorCont
 
const HcalTrigPrimDigiCollectiontpCont
 

Detailed Description

CastorCollections

Author
Alan Campbell
Version
1st Version April 18, 2008

Definition at line 16 of file CastorCollections.h.

Constructor & Destructor Documentation

◆ CastorCollections()

CastorCollections::CastorCollections ( )

Definition at line 3 of file CastorCollections.cc.

References calibCont, castorCont, and tpCont.

3  {
4  castorCont = nullptr;
5  tpCont = nullptr;
6  calibCont = nullptr;
7 }
const CastorDigiCollection * castorCont
const HcalTrigPrimDigiCollection * tpCont
const HcalCalibDigiCollection * calibCont

◆ ~CastorCollections()

CastorCollections::~CastorCollections ( )

Definition at line 8 of file CastorCollections.cc.

8 {}

Member Data Documentation

◆ calibCont

const HcalCalibDigiCollection* CastorCollections::calibCont

Definition at line 21 of file CastorCollections.h.

Referenced by CastorCollections().

◆ castorCont

const CastorDigiCollection* CastorCollections::castorCont

Definition at line 20 of file CastorCollections.h.

Referenced by CastorCollections(), and CastorDigiToRaw::produce().

◆ tpCont

const HcalTrigPrimDigiCollection* CastorCollections::tpCont

Definition at line 22 of file CastorCollections.h.

Referenced by CastorCollections().