Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:02

0001 #ifndef DTLocalTrigger_DTLocalTriggerCollection_h
0002 #define DTLocalTrigger_DTLocalTriggerCollection_h
0003 
0004 /** \class DTLocalTriggerCollection
0005  *  The collection containing DT Local Triggers in the event.
0006  *
0007  *  \author FR?
0008  */
0009 
0010 #include <DataFormats/MuonDetId/interface/DTChamberId.h>
0011 #include <DataFormats/DTDigi/interface/DTLocalTrigger.h>
0012 #include <DataFormats/MuonData/interface/MuonDigiCollection.h>
0013 
0014 typedef MuonDigiCollection<DTChamberId, DTLocalTrigger> DTLocalTriggerCollection;
0015 
0016 #endif