Pandora
Pandora source code navigator
|
ProtoShowerMatch class. More...
#include "LArProtoShower.h"
Public Member Functions | |
ProtoShowerMatch () | |
Default constructor. | |
ProtoShowerMatch (const ProtoShower &protoShowerU, const ProtoShower &protoShowerV, const ProtoShower &protoShowerW, const Consistency consistencyType) | |
Constructor. | |
const ProtoShower & | GetProtoShowerU () const |
Get the U view ProtoShower. | |
const ProtoShower & | GetProtoShowerV () const |
Get the V view ProtoShower. | |
const ProtoShower & | GetProtoShowerW () const |
Get the W view ProtoShower. | |
ProtoShower & | GetProtoShowerToModify (const pandora::HitType hitType) |
Get a modifiable ProtoShower in a given view. | |
const Consistency & | GetConsistencyType () const |
Get the consistency type. | |
Private Attributes | |
ProtoShower | m_protoShowerU |
the U view ProtoShower | |
ProtoShower | m_protoShowerV |
the V view ProtoShower | |
ProtoShower | m_protoShowerW |
the W view ProtoShower | |
Consistency | m_consistencyType |
the nature of the 2D->3D match | |
ProtoShowerMatch class.
Definition at line 383 of file LArProtoShower.h.
lar_content::ProtoShowerMatch::ProtoShowerMatch | ( | ) |
Default constructor.
|
inline |
Constructor.
protoShowerU | the U view ProtoShower |
protoShowerV | the V view ProtoShower |
protoShowerW | the W view ProtoShower |
consistencyType | the nature of the 2D->3D match |
Definition at line 449 of file LArProtoShower.h.
|
inline |
Get the consistency type.
Definition at line 488 of file LArProtoShower.h.
|
inline |
Get a modifiable ProtoShower in a given view.
hitType | the 2D view |
Definition at line 481 of file LArProtoShower.h.
|
inline |
Get the U view ProtoShower.
Definition at line 460 of file LArProtoShower.h.
|
inline |
Get the V view ProtoShower.
Definition at line 467 of file LArProtoShower.h.
|
inline |
Get the W view ProtoShower.
Definition at line 474 of file LArProtoShower.h.
|
private |
the nature of the 2D->3D match
Definition at line 442 of file LArProtoShower.h.
|
private |
the U view ProtoShower
Definition at line 439 of file LArProtoShower.h.
|
private |
the V view ProtoShower
Definition at line 440 of file LArProtoShower.h.
|
private |
the W view ProtoShower
Definition at line 441 of file LArProtoShower.h.