CMS 3D CMS Logo

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