CMS 3D CMS Logo

FWPFTrackRPZProxyBuilder.h
Go to the documentation of this file.
1 #ifndef _FWPFTRACKRPZLEGOPROXYBUILDER_H_
2 #define _FWPFTRACKRPZLEGOPROXYBUILDER_H_
3 
4 // -*- C++ -*-
5 //
6 // Package: ParticleFlow
7 // Class : FWPFTrackRPZProxyBuilder
8 //
9 // Implementation:
10 // <Notes on implementation>
11 //
12 // Original Author: Simon Harris
13 //
14 
15 // User include files
21 
22 //-----------------------------------------------------------------------------
23 // FWPFTrackRPZProxyBuilder
24 //-----------------------------------------------------------------------------
26 public:
27  // ---------------- Constructor(s)/Destructor ----------------------
31  void build(const reco::Track& iData, unsigned int iIndex, TEveElement& oItemHolder, const FWViewContext* vc) override;
33 
34 private:
37 
38  // --------------------- Member Functions --------------------------
39 };
40 #endif
41 //=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_
const FWPFTrackRPZProxyBuilder & operator=(const FWPFTrackRPZProxyBuilder &)=delete
#define REGISTER_PROXYBUILDER_METHODS()