Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:10:21

0001 #include "EventFilter/CastorRawToDigi/interface/CastorRawCollections.h"
0002 
0003 CastorRawCollections::CastorRawCollections() {
0004   castorCont = nullptr;
0005   zdcCont = nullptr;
0006   tpCont = nullptr;
0007   calibCont = nullptr;
0008   ttp = nullptr;
0009 }
0010 CastorRawCollections::~CastorRawCollections() {}