Belle II Software
prerelease-10-00-00a
ARICHRelateModule.h
1
/**************************************************************************
2
* basf2 (Belle II Analysis Software Framework) *
3
* Author: The Belle II Collaboration *
4
* *
5
* See git log for contributors and copyright holders. *
6
* This file is licensed under LGPL-3.0, see LICENSE.md. *
7
**************************************************************************/
8
#pragma once
9
10
#include <framework/datastore/StoreArray.h>
11
12
#include <framework/core/Module.h>
13
14
namespace
Belle2
{
19
class
Track
;
20
class
ExtHit
;
21
class
MCParticle
;
22
class
ARICHAeroHit
;
23
30
class
ARICHRelateModule
:
public
Module
{
31
32
public
:
33
37
ARICHRelateModule
();
38
42
virtual
~ARICHRelateModule
() {};
43
48
virtual
void
initialize
()
override
;
49
53
virtual
void
event
()
override
;
54
55
private
:
56
57
// required input
58
StoreArray<MCParticle>
m_mcParticles
;
59
StoreArray<Track>
m_mdstTracks
;
60
StoreArray<ARICHAeroHit>
m_aeroHits
;
61
StoreArray<ExtHit>
m_extHits
;
62
63
};
64
66
}
// Belle2 namespace
Belle2::ARICHAeroHit
Datastore class that holds information on track parameters at the entrance in aerogel.
Definition
ARICHAeroHit.h:27
Belle2::ARICHRelateModule::m_aeroHits
StoreArray< ARICHAeroHit > m_aeroHits
Required array of input ARICHAeroHits.
Definition
ARICHRelateModule.h:60
Belle2::ARICHRelateModule::m_mdstTracks
StoreArray< Track > m_mdstTracks
Required array of input Tracks.
Definition
ARICHRelateModule.h:59
Belle2::ARICHRelateModule::~ARICHRelateModule
virtual ~ARICHRelateModule()
Destructor.
Definition
ARICHRelateModule.h:42
Belle2::ARICHRelateModule::m_extHits
StoreArray< ExtHit > m_extHits
Required array of input ExtHits.
Definition
ARICHRelateModule.h:61
Belle2::ARICHRelateModule::m_mcParticles
StoreArray< MCParticle > m_mcParticles
Required array of input MCParticles.
Definition
ARICHRelateModule.h:58
Belle2::ExtHit
Store one Ext hit as a ROOT object.
Definition
ExtHit.h:31
Belle2::MCParticle
A Class to store the Monte Carlo particle information.
Definition
MCParticle.h:32
Belle2::Module::Module
Module()
Constructor.
Definition
Module.cc:30
Belle2::StoreArray
Accessor to arrays stored in the data store.
Definition
StoreArray.h:113
Belle2::Track
Class that bundles various TrackFitResults.
Definition
Track.h:25
Belle2::ARICHRelateModule::initialize
virtual void initialize() override
Initialize the Module.
Definition
ARICHRelateModule.cc:49
Belle2::ARICHRelateModule::event
virtual void event() override
Event processor.
Definition
ARICHRelateModule.cc:60
Belle2::ARICHRelateModule::ARICHRelateModule
ARICHRelateModule()
Constructor.
Definition
ARICHRelateModule.cc:40
Belle2
Abstract base class for different kinds of events.
Definition
MillepedeAlgorithm.h:17
arich
modules
arichRelate
include
ARICHRelateModule.h
Generated on Wed Jul 2 2025 03:28:57 for Belle II Software by
1.13.2