Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef DTLocalTrigger_DTLocalTriggerCollection_h
#define DTLocalTrigger_DTLocalTriggerCollection_h

/** \class DTLocalTriggerCollection
 *  The collection containing DT Local Triggers in the event.
 *
 *  \author FR?
 */

#include <DataFormats/MuonDetId/interface/DTChamberId.h>
#include <DataFormats/DTDigi/interface/DTLocalTrigger.h>
#include <DataFormats/MuonData/interface/MuonDigiCollection.h>

typedef MuonDigiCollection<DTChamberId, DTLocalTrigger> DTLocalTriggerCollection;

#endif