1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#ifndef MuonSystemAgingRcd_MuonSystemAgingRcd_h
#define MuonSystemAgingRcd_MuonSystemAgingRcd_h
// -*- C++ -*-
//
// Package: CondFormats/DataRecord
// Class : MuonSystemAgingRcd
//
/**\class MuonSystemAgingRcd MuonSystemAgingRcd.h CondFormats/DataRecord/interface/MuonSystemAgingRcd.h
Description: CondFormat implementing inefficiencies in muon stations to mimic aging effects
*/
//
// Author: Sunil Bansal
// Created: Wed, 01 Jun 2016 13:03:56 GMT
//
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class MuonSystemAgingRcd : public edm::eventsetup::EventSetupRecordImplementation<MuonSystemAgingRcd> {};
#endif
|