RPRealAlignmentRecord

Macros

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

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

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

#endif