PandaRoot
RhoChargedParticleSelector.h
Go to the documentation of this file.
1
//****************************************************************************
2
//* This file is part of PandaRoot. *
3
//* *
4
//* PandaRoot is distributed under the terms of the *
5
//* GNU General Public License (GPL) version 3, *
6
//* copied verbatim in the file "LICENSE". *
7
//* *
8
//* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9
//* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10
//* The authors are listed in the file "AUTHORS". *
11
//****************************************************************************
12
13
#ifndef RHOCHARGEDPARTICLESELECTOR_H
14
#define RHOCHARGEDPARTICLESELECTOR_H
15
// //
17
// Selector classes for cherged particle selection //
18
// //
19
// Author List: //
20
// Marcel Kunze, RUB, Feb. 99 //
21
// Copyright (C) 1999-2001, Ruhr-University Bochum. //
22
// Ralf Kliemt, HIM/GSI Feb.2013 (Cleanup & Restructuring) //
23
// //
25
26
#include <iostream>
27
28
#include <float.h>
29
#include "TNamed.h"
30
#include "
RhoParticleSelectorBase.h
"
31
32
class
RhoCandidate
;
33
class
PndPidCandidate
;
34
35
//----------------------------------------------------------------
36
37
class
RhoChargedParticleSelector
:
public
RhoParticleSelectorBase
{
38
39
public
:
40
// Constructor
41
RhoChargedParticleSelector
(
const
char
*name =
"RhoChargedParticleSelector"
,
const
char
*type =
nullptr
);
42
// Destructor
43
virtual
~RhoChargedParticleSelector
() {}
44
45
// operations
46
virtual
Bool_t
Accept
(
RhoCandidate
&b);
47
virtual
Bool_t
Accept
(
PndPidCandidate
&b);
48
49
ClassDef(
RhoChargedParticleSelector
, 1)
// Charged particle selector
50
};
51
52
#endif
RhoChargedParticleSelector::RhoChargedParticleSelector
RhoChargedParticleSelector(const char *name="RhoChargedParticleSelector", const char *type=nullptr)
PndPidCandidate
Definition:
PndPidCandidate.h:43
RhoCandidate
Definition:
RhoCandidate.h:54
RhoParticleSelectorBase.h
RhoParticleSelectorBase
Definition:
RhoParticleSelectorBase.h:39
RhoChargedParticleSelector
Definition:
RhoChargedParticleSelector.h:37
RhoChargedParticleSelector::~RhoChargedParticleSelector
virtual ~RhoChargedParticleSelector()
Definition:
RhoChargedParticleSelector.h:43
RhoChargedParticleSelector::Accept
virtual Bool_t Accept(RhoCandidate &b)
home
gitlab-runner
builds
Vxspf1vo
0
PandaRootGroup
PandaRoot
analysis
rho
RhoSelector
RhoChargedParticleSelector.h
Generated on Fri Nov 29 2024 06:04:45 for PandaRoot by
1.8.13