Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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