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 {
27  public:
28  // ---------------- Constructor(s)/Destructor ----------------------
32  void build( const reco::Track &iData, unsigned int iIndex, TEveElement &oItemHolder, const FWViewContext *vc ) override;
34 
35  private:
38 
39  // --------------------- Member Functions --------------------------
40 };
41 #endif
42 //=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_
#define REGISTER_PROXYBUILDER_METHODS()
const FWPFTrackRPZProxyBuilder & operator=(const FWPFTrackRPZProxyBuilder &)=delete