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
10std::string Belle2::SVDDQMPlotsConfiguration::name = std::string("SVDDQMPlotsConfiguration");
11
13 : TObject(), m_uniqueID(uniqueID)
14{
15 m_svdListOfSensors.clear();
16}
TString m_uniqueID
unique identifier of the SVD reconstruction configuration payload
static std::string name
name of the payload
std::vector< std::string > m_svdListOfSensors
list of sensors
SVDDQMPlotsConfiguration(const TString &uniqueID="")
Default constructor.