Belle II Software
development
ExtraInfoRemoverModule.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
9
#pragma once
10
#include <framework/core/Module.h>
11
#include <string>
12
13
#include <framework/dataobjects/EventExtraInfo.h>
14
#include <framework/datastore/StoreObjPtr.h>
15
16
namespace
Belle2
{
25
class
ExtraInfoRemoverModule
:
public
Module
{
26
private
:
27
29
std::vector<std::string>
m_strParticleLists
;
30
32
bool
m_removeEventExtraInfo
;
33
35
StoreObjPtr<EventExtraInfo>
m_eventExtraInfo
;
36
37
public
:
39
ExtraInfoRemoverModule
();
40
43
virtual
void
initialize
()
override
;
45
virtual
void
event
()
override
;
46
};
48
}
// end namespace Belle2
49
50
Belle2::ExtraInfoRemoverModule
This module deletes the extrainfo of each particle in the given ParticleLists.
Definition:
ExtraInfoRemoverModule.h:25
Belle2::ExtraInfoRemoverModule::initialize
virtual void initialize() override
Initialises the module.
Definition:
ExtraInfoRemoverModule.cc:29
Belle2::ExtraInfoRemoverModule::m_removeEventExtraInfo
bool m_removeEventExtraInfo
Removes or not EventExtraInfo.
Definition:
ExtraInfoRemoverModule.h:32
Belle2::ExtraInfoRemoverModule::event
virtual void event() override
Method called for each event.
Definition:
ExtraInfoRemoverModule.cc:33
Belle2::ExtraInfoRemoverModule::m_strParticleLists
std::vector< std::string > m_strParticleLists
Name of the lists.
Definition:
ExtraInfoRemoverModule.h:29
Belle2::ExtraInfoRemoverModule::ExtraInfoRemoverModule
ExtraInfoRemoverModule()
Constructor.
Definition:
ExtraInfoRemoverModule.cc:18
Belle2::ExtraInfoRemoverModule::m_eventExtraInfo
StoreObjPtr< EventExtraInfo > m_eventExtraInfo
event extra info object pointer
Definition:
ExtraInfoRemoverModule.h:35
Belle2::Module
Base class for Modules.
Definition:
Module.h:72
Belle2::StoreObjPtr
Type-safe access to single objects in the data store.
Definition:
StoreObjPtr.h:96
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
analysis
modules
ExtraInfoRemover
include
ExtraInfoRemoverModule.h
Generated on Fri Nov 8 2024 02:32:24 for Belle II Software by
1.9.6