Macros

Line Code
1 2 3 4 5 6 7 8 9
#ifndef TRACKINFO_RECOTRACKTOTPCOLLECTION_H
#define TRACKINFO_RECOTRACKTOTPCOLLECTION_H

#include <vector>
#include "AnalysisDataFormats/TrackInfo/interface/RecoTracktoTP.h"

typedef std::vector<RecoTracktoTP> RecoTracktoTPCollection;

#endif