CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GPFSimParticle.h
Go to the documentation of this file.
1 #ifndef Graphic_PFSimPart_h
2 #define Graphic_PFSimPart_h
3 
11 
12 #include "TGraph.h"
13 #include <string>
14 
15 
16 class GPFSimParticle : public GPFBase, public TGraph {
17  public:
18 
19  GPFSimParticle(DisplayManager *dm,int view, int ident,
20  const reco::PFSimParticle *ptc,
21  int size, double *x, double *y,
22  double pt,TAttMarker *attm,TAttLine *attl,
23  std::string option);
24 
25  virtual void draw();
26  double getPt() { return pt_;}
27  void setColor();
28  void setColor(int newcol);
29  void setInitialColor();
30  void setNewStyle();
31  void setNewSize();
32 
33  //overridden ROOT method
34  virtual void Print(); // *MENU*
35  virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py);
36 
37 
38  private:
40  double pt_;
41  //draw option
42  std::string option_;
43 
44 };
45 #endif
virtual void draw()
void setInitialColor()
std::string option_
const reco::PFSimParticle * part_
virtual void Print()
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
true particle for particle flow
Definition: PFSimParticle.h:19
GPFSimParticle(DisplayManager *dm, int view, int ident, const reco::PFSimParticle *ptc, int size, double *x, double *y, double pt, TAttMarker *attm, TAttLine *attl, std::string option)
virtual void ExecuteEvent(Int_t event, Int_t px, Int_t py)
tuple size
Write out results.