Belle II Software
release-05-01-25
SVDLocalRunBadStrips.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2017 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Laura Zani *
7
* *
8
* This software is provided "as is" without any warranty. *
9
* WARNING: Do not try to fry it with water. Use only olive oil. *
10
**************************************************************************/
11
12
#pragma once
13
14
#include <TObject.h>
15
#include <vxd/dataobjects/VxdID.h>
16
17
namespace
Belle2
{
29
class
SVDLocalRunBadStrips :
public
TObject {
30
public
:
32
SVDLocalRunBadStrips
()
33
{}
34
47
bool
isBad
(VxdID ,
bool
,
unsigned
char
)
const
48
{
49
return
false
;
50
}
51
private
:
52
53
ClassDef
(
SVDLocalRunBadStrips
, 1);
54
};
56
}
57
Belle2::SVDLocalRunBadStrips::isBad
bool isBad(VxdID, bool, unsigned char) const
This is the method for knowing whether a strip is bad, according to local runs results.
Definition:
SVDLocalRunBadStrips.h:56
Belle2::SVDLocalRunBadStrips::ClassDef
ClassDef(SVDLocalRunBadStrips, 1)
needed by root
Belle2::SVDLocalRunBadStrips::SVDLocalRunBadStrips
SVDLocalRunBadStrips()
Constructor, no input argument is required.
Definition:
SVDLocalRunBadStrips.h:41
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
svd
dbobjects
include
SVDLocalRunBadStrips.h
Generated on Fri Nov 5 2021 03:58:06 for Belle II Software by
1.8.17