LArSoft  v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
lar_content::ShowerCore Class Reference

ShowerCore class. More...

#include "LArProtoShower.h"

Public Member Functions

 ShowerCore ()
 Default constructor. More...
 
 ShowerCore (const pandora::CartesianVector &startPosition)
 Constructor. More...
 
const pandora::CartesianVector & GetStartPosition () const
 Get the start position of the shower core. More...
 

Private Attributes

pandora::CartesianVector m_startPosition
 the 2D position at which the cascade looks to begin More...
 

Detailed Description

ShowerCore class.

Definition at line 22 of file LArProtoShower.h.

Constructor & Destructor Documentation

lar_content::ShowerCore::ShowerCore ( )
inline

Default constructor.

Definition at line 58 of file LArProtoShower.h.

58  :
59  m_startPosition(0.f, 0.f, 0.f)
60 {
61 }
pandora::CartesianVector m_startPosition
the 2D position at which the cascade looks to begin
TFile f
Definition: plotHisto.C:6
lar_content::ShowerCore::ShowerCore ( const pandora::CartesianVector &  startPosition)
inline

Constructor.

Parameters
startPositionthe 2D position at which the cascade looks to begin
startDirectionthe initial 2D direction of the shower cascade

Definition at line 51 of file LArProtoShower.h.

51  :
52  m_startPosition(startPosition)
53 {
54 }
pandora::CartesianVector m_startPosition
the 2D position at which the cascade looks to begin

Member Function Documentation

const pandora::CartesianVector & lar_content::ShowerCore::GetStartPosition ( ) const
inline

Member Data Documentation

pandora::CartesianVector lar_content::ShowerCore::m_startPosition
private

the 2D position at which the cascade looks to begin

Definition at line 46 of file LArProtoShower.h.

Referenced by GetStartPosition().


The documentation for this class was generated from the following file: