Belle II Software
light-2406-ragdoll
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
{
28
class
ExtraInfoRemoverModule
:
public
Module
{
29
private
:
30
32
std::vector<std::string>
m_strParticleLists
;
33
35
bool
m_removeEventExtraInfo
;
36
38
StoreObjPtr<EventExtraInfo>
m_eventExtraInfo
;
39
40
public
:
42
ExtraInfoRemoverModule
();
43
46
virtual
void
initialize
()
override
;
48
virtual
void
event
()
override
;
49
};
51
}
// end namespace Belle2
52
53
Belle2::ExtraInfoRemoverModule
This module deletes the extrainfo of each particle in the given ParticleLists.
Definition:
ExtraInfoRemoverModule.h:28
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:35
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:32
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:38
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:
ClusterUtils.h:24
analysis
modules
ExtraInfoRemover
include
ExtraInfoRemoverModule.h
Generated on Tue Jul 9 2024 23:26:37 for Belle II Software by
1.9.6