Project
Loading...
Searching...
No Matches
o2::mch::Stepper Class Reference

#include <Stepper.h>

Public Member Functions

 Stepper ()
 
 ~Stepper ()
 
void process (const TVirtualMC &vmc)
 
std::vector< o2::mch::Hit > * getHits ()
 
void setHits (std::vector< o2::mch::Hit > *ptr)
 
void resetHits ()
 
void registerHits (const char *branchName)
 

Detailed Description

Definition at line 26 of file Stepper.h.

Constructor & Destructor Documentation

◆ Stepper()

o2::mch::Stepper::Stepper ( )

Definition at line 31 of file Stepper.cxx.

◆ ~Stepper()

o2::mch::Stepper::~Stepper ( )

Definition at line 32 of file Stepper.cxx.

Member Function Documentation

◆ getHits()

std::vector< o2::mch::Hit > * o2::mch::Stepper::getHits ( )
inline

Definition at line 33 of file Stepper.h.

◆ process()

void o2::mch::Stepper::process ( const TVirtualMC vmc)

Definition at line 37 of file Stepper.cxx.

◆ registerHits()

void o2::mch::Stepper::registerHits ( const char branchName)

Definition at line 81 of file Stepper.cxx.

◆ resetHits()

void o2::mch::Stepper::resetHits ( )

Definition at line 94 of file Stepper.cxx.

◆ setHits()

void o2::mch::Stepper::setHits ( std::vector< o2::mch::Hit > *  ptr)
inline

Definition at line 34 of file Stepper.h.


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