Belle II Software
development
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
27
class
ARICHRelateModule
:
public
Module
{
28
29
public
:
30
34
ARICHRelateModule
();
35
39
virtual
~ARICHRelateModule
() {};
40
45
virtual
void
initialize
()
override
;
46
50
virtual
void
event
()
override
;
51
52
private
:
53
54
// required input
55
StoreArray<MCParticle>
m_mcParticles
;
56
StoreArray<Track>
m_mdstTracks
;
57
StoreArray<ARICHAeroHit>
m_aeroHits
;
58
StoreArray<ExtHit>
m_extHits
;
59
60
};
61
63
}
// 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:57
Belle2::ARICHRelateModule::m_mdstTracks
StoreArray< Track > m_mdstTracks
Required array of input Tracks.
Definition
ARICHRelateModule.h:56
Belle2::ARICHRelateModule::~ARICHRelateModule
virtual ~ARICHRelateModule()
Destructor.
Definition
ARICHRelateModule.h:39
Belle2::ARICHRelateModule::m_extHits
StoreArray< ExtHit > m_extHits
Required array of input ExtHits.
Definition
ARICHRelateModule.h:58
Belle2::ARICHRelateModule::m_mcParticles
StoreArray< MCParticle > m_mcParticles
Required array of input MCParticles.
Definition
ARICHRelateModule.h:55
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 Mon Sep 1 2025 02:47:02 for Belle II Software by
1.13.2