Belle II Software  release-05-02-19
beast modules
Collaboration diagram for beast modules:

Namespaces

 Belle2::beamabort
 Namespace to encapsulate code needed for the BEAMABORT detector.
 
 Belle2::bgo
 Namespace to encapsulate code needed for the BGO detector.
 
 Belle2::cave
 Namespace to encapsulate code needed for the CAVE detector.
 
 Belle2::claw
 Namespace to encapsulate code needed for the CLAW detector.
 
 Belle2::claws
 Namespace to encapsulate code needed for the CLAWS detector.
 
 Belle2::csi
 Namespace to encapsulate code needed for the CSI detector.
 
 Belle2::dosi
 Namespace to encapsulate code needed for the DOSI detector.
 
 Belle2::fangs
 Namespace to encapsulate code needed for the FANGS detector.
 
 Belle2::he3tube
 Namespace to encapsulate code needed for the HE3TUBE detector.
 
 Belle2::microtpc
 Namespace to encapsulate code needed for the MICROTPC detector.
 
 Belle2::ph1bpipe
 Namespace to encapsulate code needed for the PH1BPIPE detector.
 
 Belle2::ph1sustr
 Namespace to encapsulate code needed for the PH1SUSTR detector.
 
 Belle2::pindiode
 Namespace to encapsulate code needed for the PINDIODE detector.
 
 Belle2::plume
 Namespace to encapsulate code needed for the PLUME detector.
 
 Belle2::qcsmonitor
 Namespace to encapsulate code needed for the QCSMONITOR detector.
 
 Belle2::srsensor
 Namespace to encapsulate code needed for the DIAMOND detector.
 

Classes

class  AnalysisPhase1StudyModule
 Study module for BEAST. More...
 
class  NtuplePhase1_v6Module
 Read SKB PVs, simulated measurements of BEAST sensors, and write scaled simulated Ntuple in BEAST phase 1 data format. More...
 
class  ReprocessorModule
 Reprocessor Module. More...
 
class  CsIStudyModule
 Analyze simulations of CsI readings in BEAST. More...
 

Functions

 NtuplePhase1_v6Module ()
 Constructor.
 
virtual ~NtuplePhase1_v6Module ()
 Destructor.
 
virtual void initialize () override
 Initialize the Module. More...
 
virtual void beginRun () override
 Called when entering a new run. More...
 
virtual void event () override
 Event processor.
 
virtual void endRun () override
 End-of-run action. More...
 
virtual void terminate () override
 Termination action. More...
 
void printModuleParams () const
 Prints module parameters.
 

Detailed Description

Function Documentation

◆ beginRun()

void beginRun ( )
overridevirtual

Called when entering a new run.

Set run dependent things like run header parameters, alignment, etc.

Reimplemented from Module.

Definition at line 1037 of file NtuplePhase1_v6Module.cc.

1038  {
1039  }

◆ endRun()

void endRun ( )
overridevirtual

End-of-run action.

Save run-related stuff, such as statistics.

Reimplemented from Module.

Definition at line 1791 of file NtuplePhase1_v6Module.cc.

◆ initialize()

void initialize ( )
overridevirtual

Initialize the Module.

This method is called at the beginning of data processing.

Reimplemented from Module.

Definition at line 138 of file NtuplePhase1_v6Module.cc.

◆ terminate()

void terminate ( )
overridevirtual

Termination action.

Clean-up, close files, summarize statistics, etc.

Reimplemented from Module.

Definition at line 1795 of file NtuplePhase1_v6Module.cc.