Macros

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

/** \class L2MuonTrajectorySeedCollection
 *  No description available.
 *
 *  \author R. Bellan - INFN Torino <riccardo.bellan@cern.ch>
 */

#include "DataFormats/MuonSeed/interface/L2MuonTrajectorySeed.h"
#include <vector>

typedef std::vector<L2MuonTrajectorySeed> L2MuonTrajectorySeedCollection;

#endif