9 |
|
class MagneticField; |
10 |
|
class SiStripLorentzAngle; |
11 |
|
class Event; |
12 |
+ |
namespace edm {class InputTag;} |
13 |
|
|
14 |
|
namespace shallow { |
15 |
|
|
16 |
|
typedef std::map<std::pair<uint32_t, uint16_t>, unsigned int> CLUSTERMAP; |
17 |
|
|
18 |
< |
CLUSTERMAP make_cluster_map( const edm::Event& ); |
18 |
> |
CLUSTERMAP make_cluster_map( const edm::Event& , edm::InputTag&); |
19 |
|
LocalVector drift( const StripGeomDetUnit*, const MagneticField&, const SiStripLorentzAngle&); |
20 |
|
int findTrackIndex(const edm::Handle<edm::View<reco::Track> >& h, const reco::Track* t); |
21 |
|
|