TrackerAlignmentErrorRcd

Macros

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

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

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

#endif