We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8fb23 commit bfcf6f1Copy full SHA for bfcf6f1
EventVisualisation/DataConverter/include/EventVisualisationDataConverter/VisualisationConstants.h
@@ -37,6 +37,8 @@ enum EVisualisationGroup {
37
PHS,
38
CPV,
39
HMP,
40
+ FT0,
41
+ FV0,
42
NvisualisationGroups
43
};
44
@@ -51,7 +53,9 @@ const std::string gVisualisationGroupName[NvisualisationGroups] = {
51
53
"EMC",
52
54
"PHS",
55
"CPV",
- "HMP"};
56
+ "HMP",
57
+ "FT0",
58
+ "FV0"};
59
60
const bool R3Visualisation[NvisualisationGroups] = {
61
true, //"ITS",
@@ -65,6 +69,8 @@ const bool R3Visualisation[NvisualisationGroups] = {
65
69
true, //"PHS",
66
70
true, //"CPV"
67
71
true, //"HMP"
72
+ true, //"FT0"
73
+ true, //"FV0"
68
74
75
76
enum EVisualisationDataType {
0 commit comments