CastorAlignmentRcd

Macros

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

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

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

#endif