CMS 3D CMS Logo

GPFBase.cc

Go to the documentation of this file.
00001 #include "RecoParticleFlow/PFRootEvent/interface/DisplayManager.h"
00002 #include "RecoParticleFlow/PFRootEvent/interface/GPFBase.h"
00003 
00004 //__________________________________________________________________
00005 GPFBase::GPFBase( DisplayManager *display,
00006                   int viewType,
00007                   int ident,
00008                   TAttMarker *attm)
00009   :display_(display),viewId_(viewType),origId_(ident),
00010    markerAttr_(attm),lineAttr_(0),color_(0)
00011 {
00012 
00013 }                
00014 //__________________________________________________________________
00015 GPFBase::GPFBase( DisplayManager *display,
00016                   int viewType,
00017                   int ident,
00018                   TAttMarker *attm,
00019                   TAttLine *attl )
00020   :display_(display),viewId_(viewType),origId_(ident),
00021    markerAttr_(attm),lineAttr_(attl),color_(0)
00022 {
00023 }                
00024 //__________________________________________________________________
00025 GPFBase::GPFBase( DisplayManager *display,
00026                   int viewType,
00027                   int ident,
00028                   int color )
00029   :display_(display),viewId_(viewType),origId_(ident),
00030    markerAttr_(0),lineAttr_(0),color_(color)
00031 {
00032 }                

Generated on Tue Jun 9 17:44:46 2009 for CMSSW by  doxygen 1.5.4