CaloTowerAlignmentErrorRcd

Macros

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

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

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

#endif