VeryForwardIdealGeometryRecord

Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11 12
#ifndef RECORDS_VeryForwardIdealGeometryRecord_H
#define RECORDS_VeryForwardIdealGeometryRecord_H

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

/**
 * \brief Event setup record containing the ideal PPS geometry information.
 **/
class VeryForwardIdealGeometryRecord
    : public edm::eventsetup::EventSetupRecordImplementation<VeryForwardIdealGeometryRecord> {};

#endif