ATLAS Offline Software
|
#include "SCT_ModuleVetoTool.h"
#include <nlohmann/json.hpp>
#include <algorithm>
#include <iterator>
#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include "InDetIdentifier/SCT_ID.h"
#include "InDetReadoutGeometry/SiDetectorElementCollection.h"
#include "SCT_DetectorElementStatus.h"
Go to the source code of this file.
Typedefs | |
using | json = nlohmann::json |
implementation file for service allowing one to declare modules as bad
Definition in file SCT_ModuleVetoTool.cxx.
using json = nlohmann::json |
Definition at line 27 of file SCT_ModuleVetoTool.cxx.