GBRWrapperRcd

Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
#ifndef DataRecord_GBRWrapperRcd_h
#define DataRecord_GBRWrapperRcd_h
// -*- C++ -*-
//
// Package:     DataRecord
// Class  :     GBRWrapperRcd
//
/**\class GBRWrapperRcd GBRWrapperRcd.h CondFormats/DataRecord/interface/GBRWrapperRcd.h

 Description: [one line class summary]

 Usage:
    <usage>

*/
//
// Author:
// Created:     Tue Nov  8 22:18:56 CET 2011
// $Id$
//

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

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

#endif