Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46335
b: "refs/heads/CMSSW_7_1_X"
c: e6bd4a4
h: "refs/heads/CMSSW_7_1_X"
i:
  46333: 440b476
  46331: 9abcef1
  46327: aa2b1c9
  46319: 940c8ad
  46303: 7546556
  46271: 38ce846
  46207: c275d00
  46079: 8bb7b5b
v: v3
  • Loading branch information
Dmytro Kovalskyi committed Jun 23, 2008
1 parent 34ad303 commit 0d68e0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: ac155dadd83efa75cad55c0508a57a2b9dd3d66c
"refs/heads/CMSSW_7_1_X": 1fd7bc1049c36201ef5db400aba3168d14e6db08
"refs/heads/CMSSW_7_1_X": e6bd4a417c2a713cb699f02b39035341b6ef5075
7 changes: 5 additions & 2 deletions trunk/Fireworks/Core/interface/FWRPZDataProxyBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//
// Original Author:
// Created: Sat Jan 5 15:02:03 EST 2008
// $Id: FWRPZDataProxyBuilder.h,v 1.8 2008/06/12 15:07:45 chrjones Exp $
// $Id: FWRPZDataProxyBuilder.h,v 1.9 2008/06/16 18:23:15 dmytro Exp $
//

// system include files
Expand All @@ -41,7 +41,8 @@ class FWRPZDataProxyBuilder
virtual ~FWRPZDataProxyBuilder();

// ---------- const member functions ---------------------

bool highPriority() const { return m_priority; }

// ---------- static member functions --------------------

// ---------- member functions ---------------------------
Expand All @@ -55,6 +56,7 @@ class FWRPZDataProxyBuilder

void clearRhoPhiProjs();
void clearRhoZProjs();
void setHighPriority( bool priority ){ m_priority = priority; }

protected:
virtual void build(const FWEventItem* iItem,
Expand All @@ -71,6 +73,7 @@ class FWRPZDataProxyBuilder
const FWRPZDataProxyBuilder& operator=(const FWRPZDataProxyBuilder&); // stop default

// ---------- member data --------------------------------
bool m_priority;
const FWEventItem* m_item;
TEveElementList* m_elements;
std::vector<TEveElement*> m_rhoPhiProjs;
Expand Down

0 comments on commit 0d68e0c

Please sign in to comment.