fire v0.19.0
Framework for sImulation and Reconstruction of Events
Parameters.h
1#ifndef FRAMEWORK_CONFIGURE_PARAMETERS_H
2#define FRAMEWORK_CONFIGURE_PARAMETERS_H
3
4#include "fire/config/Parameters.h"
5
6namespace framework::config {
7using Parameters = fire::config::Parameters;
8}
9
10#endif
Class encapsulating parameters for configuring a processor.
Definition: Parameters.h:28