Skip to content
Snippets Groups Projects
Commit 86833dfc authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* Fixing PosY calculation for Nebula simulation analysis

parent 34815ca7
No related branches found
No related tags found
No related merge requests found
Pipeline #233154 passed
......@@ -108,7 +108,7 @@ void TNebulaPhysics::ReadXML(NPL::XmlParser xml){
slwTd[id] = 0;
// DT position cal
DTa[id] = 0;//!
DTa[id] = 1;//!
DTb[id] = 0;//!
......@@ -235,8 +235,6 @@ void TNebulaPhysics::PreTreat() {
void TNebulaPhysics::ReadAnalysisConfig() {
}
///////////////////////////////////////////////////////////////////////////
void TNebulaPhysics::Clear() {
DetectorNumber.clear();
......@@ -248,8 +246,6 @@ void TNebulaPhysics::Clear() {
IsVeto.clear();
}
///////////////////////////////////////////////////////////////////////////
void TNebulaPhysics::ReadConfiguration(NPL::InputParser parser) {
vector<NPL::InputBlock*> blocks = parser.GetAllBlocksWithToken("NEBULA");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment