Project
Loading...
Searching...
No Matches
Dummy.h
Go to the documentation of this file.
1
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3
// All rights not expressly granted are reserved.
4
//
5
// This software is distributed under the terms of the GNU General Public
6
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7
//
8
// In applying this license CERN does not waive the privileges and immunities
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
15
16
#ifndef O2_TRD_DUMMY_H
17
#define O2_TRD_DUMMY_H
18
19
#include "Rtypes.h"
20
#include "
TRDPID/PIDBase.h
"
21
#include "
DataFormatsTRD/TrackTRD.h
"
22
#include "
Framework/ProcessingContext.h
"
23
#include "
DataFormatsGlobalTracking/RecoContainer.h
"
24
25
namespace
o2
26
{
27
namespace
trd
28
{
29
32
class
Dummy
final :
public
PIDBase
33
{
34
using
PIDBase::PIDBase
;
35
36
public
:
37
~Dummy
() =
default
;
38
40
void
init
(
o2::framework::ProcessingContext
& pc)
final
{};
41
43
float
process
(
const
TrackTRD
& trk,
const
o2::globaltracking::RecoContainer
& input,
bool
isTPCTRD)
const
final
44
{
45
return
-1.f;
46
};
47
48
private
:
49
ClassDefNV(
Dummy
, 1);
50
};
51
52
}
// namespace trd
53
}
// namespace o2
54
55
#endif
RecoContainer.h
Wrapper container for different reconstructed object types.
PIDBase.h
This file provides the base interface for pid policies.
ProcessingContext.h
TrackTRD.h
o2::framework::ProcessingContext
Definition
ProcessingContext.h:27
o2::gpu::GPUTRDTrack_t
Definition
GPUTRDTrack.h:43
o2::trd::Dummy
Definition
Dummy.h:33
o2::trd::Dummy::init
void init(o2::framework::ProcessingContext &pc) final
Do absolutely nothing.
Definition
Dummy.h:40
o2::trd::Dummy::process
float process(const TrackTRD &trk, const o2::globaltracking::RecoContainer &input, bool isTPCTRD) const final
Everything below 0.f indicates nothing available.
Definition
Dummy.h:43
o2::trd::Dummy::~Dummy
~Dummy()=default
o2::trd::PIDBase
Definition
PIDBase.h:49
o2::trd::PIDBase::PIDBase
PIDBase(PIDPolicy policy)
Definition
PIDBase.h:52
o2
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Definition
BitstreamReader.h:24
o2::globaltracking::RecoContainer
Definition
RecoContainer.h:264
Detectors
TRD
pid
include
TRDPID
Dummy.h
Generated on Tue Feb 25 2025 17:03:12 for Project by
1.9.8