LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Public Member Functions | |
ShowersCollection (ShowerInfo const &part) | |
double | MinAngle (ShowersCollection const &col2) |
void | Merge (ShowersCollection const &col2) |
void | Merge (ShowerInfo const &src) |
double | Angle (TVector3 p0, TVector3 test) |
double | Angle (TVector3 test) |
size_t | Size () |
std::vector< ShowerInfo > const & | GetParts (void) const |
bool | IsClean () |
int | PlaneId () |
TVector3 | Front () |
TVector3 | Dir () |
std::vector< double > | DeDx (void) |
std::vector< double > | TotEn (void) |
Public Attributes | |
ShowerInfo | first |
Private Attributes | |
bool | Clean |
int | GId |
std::vector< ShowerInfo > | fParts |
Definition at line 169 of file MergeEMShower3D_module.cc.
ems::ShowersCollection::ShowersCollection | ( | ShowerInfo const & | part | ) |
Definition at line 202 of file MergeEMShower3D_module.cc.
References Clean, fParts, ems::ShowerInfo::GetGid(), and GId.
double ems::ShowersCollection::Angle | ( | TVector3 | p0, |
TVector3 | test | ||
) |
Definition at line 257 of file MergeEMShower3D_module.cc.
References Front(), and fhicl::has_insertion_operator_impl::test().
double ems::ShowersCollection::Angle | ( | TVector3 | test | ) |
Definition at line 268 of file MergeEMShower3D_module.cc.
References Dir(), Front(), and fhicl::has_insertion_operator_impl::test().
std::vector< double > ems::ShowersCollection::DeDx | ( | void | ) |
Definition at line 231 of file MergeEMShower3D_module.cc.
References fParts.
TVector3 ems::ShowersCollection::Dir | ( | ) |
Definition at line 225 of file MergeEMShower3D_module.cc.
References fParts.
Referenced by Angle().
TVector3 ems::ShowersCollection::Front | ( | ) |
Definition at line 219 of file MergeEMShower3D_module.cc.
References fParts.
Referenced by Angle().
|
inline |
Definition at line 184 of file MergeEMShower3D_module.cc.
|
inline |
Definition at line 186 of file MergeEMShower3D_module.cc.
void ems::ShowersCollection::Merge | ( | ShowersCollection const & | col2 | ) |
Definition at line 290 of file MergeEMShower3D_module.cc.
void ems::ShowersCollection::Merge | ( | ShowerInfo const & | src | ) |
Definition at line 305 of file MergeEMShower3D_module.cc.
References Clean, fParts, ems::ShowerInfo::GetGid(), and GId.
double ems::ShowersCollection::MinAngle | ( | ShowersCollection const & | col2 | ) |
Definition at line 278 of file MergeEMShower3D_module.cc.
References first, fParts, and ems::ShowerInfo::Pointsto().
int ems::ShowersCollection::PlaneId | ( | ) |
Definition at line 213 of file MergeEMShower3D_module.cc.
References fParts.
|
inline |
Definition at line 182 of file MergeEMShower3D_module.cc.
std::vector< double > ems::ShowersCollection::TotEn | ( | void | ) |
Definition at line 237 of file MergeEMShower3D_module.cc.
References fParts.
|
private |
Definition at line 197 of file MergeEMShower3D_module.cc.
Referenced by Merge(), and ShowersCollection().
ShowerInfo ems::ShowersCollection::first |
Definition at line 194 of file MergeEMShower3D_module.cc.
Referenced by MinAngle().
|
private |
Definition at line 199 of file MergeEMShower3D_module.cc.
Referenced by DeDx(), Dir(), Front(), Merge(), MinAngle(), PlaneId(), ShowersCollection(), and TotEn().
|
private |
Definition at line 198 of file MergeEMShower3D_module.cc.
Referenced by Merge(), and ShowersCollection().