Skip to content
Snippets Groups Projects
Commit b52eeca2 authored by ymoyal's avatar ymoyal
Browse files

Update AnalysisExample2021.cpp for better HAD signal hits

parent 26a58edb
No related branches found
No related tags found
1 merge request!6Wfa change get rms
...@@ -146,19 +146,19 @@ int main(int argc, char *argv[]){ ...@@ -146,19 +146,19 @@ int main(int argc, char *argv[]){
//ATLAS ZDC //ATLAS ZDC
ZDC *zdc1 = new ZDC(1); ZDC *zdc1 = new ZDC(1);
zdc1->SetWFAthresholds( 5, 30 ); zdc1->SetWFAthresholds( 5, 20 );
zdc1->SetMedianFilter( 4 ); zdc1->SetMedianFilter( 4 );
r->AddDetector( zdc1 ); r->AddDetector( zdc1 );
//ATLAS ZDC //ATLAS ZDC
ZDC *zdc2 = new ZDC(2); ZDC *zdc2 = new ZDC(2);
zdc2->SetWFAthresholds( 5, 30 ); zdc2->SetWFAthresholds( 5, 20 );
zdc2->SetMedianFilter( 4 ); zdc2->SetMedianFilter( 4 );
r->AddDetector( zdc2 ); r->AddDetector( zdc2 );
//ATLAS ZDC //ATLAS ZDC
ZDC *zdc3 = new ZDC(3); ZDC *zdc3 = new ZDC(3);
zdc3->SetWFAthresholds( 5, 30 ); zdc3->SetWFAthresholds( 5, 20 );
zdc3->SetMedianFilter( 4 ); zdc3->SetMedianFilter( 4 );
r->AddDetector( zdc3 ); r->AddDetector( zdc3 );
......
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