#include <StripABC.h>
Inheritance diagram for Reco::StripABC:

Public Member Functions | |
| StripABC () | |
| virtual | ~StripABC () |
| virtual Float_t | GetCharge () const =0 |
| virtual Float_t | GetZPos () const =0 |
| virtual Float_t | GetTPos () const =0 |
| virtual PlexStripEndId | GetStripEndId () const =0 |
| virtual UShort_t | GetPlane () const =0 |
| virtual UShort_t | GetStrip () const =0 |
| virtual UShort_t | GetDemuxVetoFlag () const =0 |
| virtual PlaneView::PlaneView_t | GetPlaneView () const =0 |
| virtual void | Print (std::ostream &o) const |
|
|
Definition at line 11 of file StripABC.cxx. 00012 {}
|
|
|
Definition at line 15 of file StripABC.cxx. 00016 {}
|
|
|
Implemented in Reco::Strip. |
|
|
Implemented in Reco::Strip. |
|
|
Implemented in Reco::Strip. |
|
|
Implemented in Reco::Strip. |
|
|
Implemented in Reco::Strip. |
|
|
Implemented in Reco::Strip. Referenced by Print(). |
|
|
Implemented in Reco::Strip. |
|
|
Implemented in Reco::Strip. |
|
|
Definition at line 19 of file StripABC.cxx. References GetStripEndId(). 00020 {
00021 o << "StripABC: " << GetStripEndId() << std::endl;
00022 }
|
1.3.9.1