Belle II Software
development
SVDDQMPlotsConfiguration.cc
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
#include <svd/dbobjects/SVDDQMPlotsConfiguration.h>
9
10
std::string
Belle2::SVDDQMPlotsConfiguration::name
= std::string(
"SVDDQMPlotsConfiguration"
);
11
12
Belle2::SVDDQMPlotsConfiguration::SVDDQMPlotsConfiguration
(
const
TString& uniqueID)
13
: TObject(),
m_uniqueID
(uniqueID)
14
{
15
m_svdListOfSensors
.clear();
16
}
Belle2::SVDDQMPlotsConfiguration::m_uniqueID
TString m_uniqueID
unique identifier of the SVD reconstruction configuration payload
Definition
SVDDQMPlotsConfiguration.h:78
Belle2::SVDDQMPlotsConfiguration::name
static std::string name
name of the payload
Definition
SVDDQMPlotsConfiguration.h:74
Belle2::SVDDQMPlotsConfiguration::m_svdListOfSensors
std::vector< std::string > m_svdListOfSensors
list of sensors
Definition
SVDDQMPlotsConfiguration.h:87
Belle2::SVDDQMPlotsConfiguration::SVDDQMPlotsConfiguration
SVDDQMPlotsConfiguration(const TString &uniqueID="")
Default constructor.
Definition
SVDDQMPlotsConfiguration.cc:12
svd
dbobjects
src
SVDDQMPlotsConfiguration.cc
Generated on Mon Sep 1 2025 02:56:12 for Belle II Software by
1.13.2