CMS 3D CMS Logo

FWPFPatJetLegoProxyBuilder.h
Go to the documentation of this file.
1 #ifndef _FWPFPATJETLEGOPROXYBUILDER_H_
2 #define _FWPFPATJETLEGOPROXYBUILDER_H_
3 
4 // -*- C++ -*-
5 //
6 // Package: ParticleFlow
7 // Class : FWPFPatJetLegoProxyBuilder
8 //
9 // Implementation:
10 // <Notes on implementation>
11 //
12 // Original Author: Simon Harris
13 //
14 
15 // User include files
18 
22 
23 //-----------------------------------------------------------------------------
24 // FWPFPatJetLegoProxyBuilder
25 //-----------------------------------------------------------------------------
26 template <class T>
28 public:
29  // ---------------- Constructor(s)/Destructor ----------------------
31  ~FWPFPatJetLegoProxyBuilder() override;
32 
33  // --------------------- Member Functions --------------------------
35  bool havePerViewProduct(FWViewType::EType) const override { return true; }
36 
38  void scaleProduct(TEveElementList* parent, FWViewType::EType, const FWViewContext* vc) override;
39 
41  void localModelChanges(const FWModelId& iId,
42  TEveElement* iCompound,
43  FWViewType::EType viewType,
44  const FWViewContext* vc) override;
45 
47  void build(const T&, unsigned int, TEveElement&, const FWViewContext*) override;
48 
49  FWPFPatJetLegoProxyBuilder(const FWPFPatJetLegoProxyBuilder&) = delete; //stop default
50  const FWPFPatJetLegoProxyBuilder& operator=(FWPFPatJetLegoProxyBuilder&) = delete; //stop default
51 
52  // --------------------- Member Functions --------------------------
53 };
54 #endif // FWPFPATJETLEGOPROXYBUILDER
55 //=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_=_
virtual void scaleProduct(TEveElementList *parent, FWViewType::EType, const FWViewContext *vc)
bool havePerViewProduct(FWViewType::EType) const override
virtual void localModelChanges(const FWModelId &iId, TEveElement *iCompound, FWViewType::EType viewType, const FWViewContext *vc)
void scaleProduct(TEveElementList *parent, FWViewType::EType, const FWViewContext *vc) override
void localModelChanges(const FWModelId &iId, TEveElement *iCompound, FWViewType::EType viewType, const FWViewContext *vc) override
const FWPFPatJetLegoProxyBuilder & operator=(FWPFPatJetLegoProxyBuilder &)=delete
virtual bool havePerViewProduct(FWViewType::EType) const
long double T