CaloTowerAlignmentRcd

Macros

Line Code
1 2 3 4 5 6 7 8
#ifndef CaloTowerALIGNMENTRCD_H
#define CaloTowerALIGNMENTRCD_H

#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"

class CaloTowerAlignmentRcd : public edm::eventsetup::EventSetupRecordImplementation<CaloTowerAlignmentRcd> {};

#endif