#include <RPSimTopology.h>
Public Member Functions | |
std::vector< strip_info > | GetStripsInvolved (double x, double y, double sigma, double &hit_pos) |
RPSimTopology (const edm::ParameterSet ¶ms) | |
Public Member Functions inherited from RPTopology | |
double | DetEdgeLength () const |
double | DetPitch () const |
unsigned short | DetStripNo () const |
double | DetThickness () const |
double | DetXWidth () const |
double | DetYWidth () const |
double | GetHitPositionInReadoutDirection (double strip_no) const |
const HepMC::ThreeVector & | GetNormalDirection () const |
const HepMC::ThreeVector & | GetStripDirection () const |
const HepMC::ThreeVector & | GetStripReadoutAxisDir () const |
RPTopology () | |
Private Member Functions | |
double | ActiveEdgeFactor (double x, double y) |
double | BottomEdgeFactor (double x, double y) |
double | DistanceFromActiveEdge (double x, double y) |
double | DistanceFromBottomEdge (double x, double y) |
double | DistanceFromTopEdge (double x, double y) |
double | TopEdgeFactor (double x, double y) |
Private Attributes | |
double | active_edge_sigma_ |
double | active_edge_x_ |
double | active_edge_y_ |
double | bot_edge_sigma_ |
double | bot_edge_x_ |
double | no_of_sigms_to_include_ |
const LocalVector | normal_direction_ |
const LocalVector | strip_direction_ |
const LocalVector | strip_readout_direction_ |
std::vector< strip_info > | theRelevantStrips_ |
double | top_edge_sigma_ |
double | top_edge_x_ |
int | verbosity_ |
Additional Inherited Members | |
Static Public Member Functions inherited from RPTopology | |
static bool | IsHit (double u, double v, double insensitiveMargin=0) |
Public Attributes inherited from RPTopology | |
HepMC::ThreeVector | normal_direction_ |
HepMC::ThreeVector | strip_direction_ |
HepMC::ThreeVector | strip_readout_direction_ |
Static Public Attributes inherited from RPTopology | |
static const double | last_strip_to_border_dist_ = 1.4175 |
static const double | last_strip_to_center_dist_ = RPTopology::x_width_/2. - RPTopology::last_strip_to_border_dist_ |
static const unsigned short | no_of_strips_ = 512 |
static const double | phys_edge_lenght_ = 22.276 |
static const double | pitch_ = 66E-3 |
static const double | sqrt_2 = std::sqrt(2.0) |
static const double | thickness_ = 0.3 |
static const double | x_width_ = 36.07 |
static const double | y_width_ = 36.07 |
Definition at line 30 of file RPSimTopology.h.
RPSimTopology::RPSimTopology | ( | const edm::ParameterSet & | params | ) |
Definition at line 4 of file RPSimTopology.cc.
References active_edge_sigma_, active_edge_x_, active_edge_y_, bot_edge_sigma_, bot_edge_x_, edm::ParameterSet::getParameter(), no_of_sigms_to_include_, RPTopology::phys_edge_lenght_, RPTopology::sqrt_2, top_edge_sigma_, top_edge_x_, verbosity_, RPTopology::x_width_, and RPTopology::y_width_.
|
inlineprivate |
Definition at line 55 of file RPSimTopology.h.
Referenced by GetStripsInvolved().
|
inlineprivate |
Definition at line 60 of file RPSimTopology.h.
Referenced by GetStripsInvolved().
|
inlineprivate |
Definition at line 70 of file RPSimTopology.h.
|
inlineprivate |
Definition at line 74 of file RPSimTopology.h.
|
inlineprivate |
std::vector< strip_info > RPSimTopology::GetStripsInvolved | ( | double | x, |
double | y, | ||
double | sigma, | ||
double & | hit_pos | ||
) |
Definition at line 22 of file RPSimTopology.cc.
References ActiveEdgeFactor(), BottomEdgeFactor(), gather_cfg::cout, mps_fire::i, createfilelist::int, RPTopology::last_strip_to_border_dist_, no_of_sigms_to_include_, RPTopology::no_of_strips_, RPTopology::pitch_, theRelevantStrips_, TopEdgeFactor(), verbosity_, and RPTopology::y_width_.
|
inlineprivate |
Definition at line 65 of file RPSimTopology.h.
Referenced by GetStripsInvolved().
|
private |
Definition at line 47 of file RPSimTopology.h.
Referenced by RPSimTopology().
|
private |
Definition at line 42 of file RPSimTopology.h.
Referenced by RPSimTopology().
|
private |
Definition at line 43 of file RPSimTopology.h.
Referenced by RPSimTopology().
|
private |
Definition at line 46 of file RPSimTopology.h.
Referenced by RPSimTopology().
|
private |
Definition at line 41 of file RPSimTopology.h.
Referenced by RPSimTopology().
|
private |
Definition at line 38 of file RPSimTopology.h.
Referenced by GetStripsInvolved(), and RPSimTopology().
|
private |
Definition at line 53 of file RPSimTopology.h.
|
private |
Definition at line 52 of file RPSimTopology.h.
|
private |
Definition at line 51 of file RPSimTopology.h.
|
private |
Definition at line 37 of file RPSimTopology.h.
Referenced by GetStripsInvolved().
|
private |
Definition at line 45 of file RPSimTopology.h.
Referenced by RPSimTopology().
|
private |
Definition at line 40 of file RPSimTopology.h.
Referenced by RPSimTopology().
|
private |
Definition at line 49 of file RPSimTopology.h.
Referenced by GetStripsInvolved(), and RPSimTopology().