Changeset 17641 for trunk/Mars/fact/analysis/mc/star.C
- Timestamp:
- 04/01/14 14:38:58 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/fact/analysis/mc/star.C
r17310 r17641 42 42 #include "MParameters.h" 43 43 #include "MWriteAsciiFile.h" 44 #include "MFMagicCuts.h" 44 45 45 46 #include "MMuonSetup.h" … … 288 289 write.AddContainer("MNewImagePar", "Events"); 289 290 write.AddContainer("MRawEvtHeader", "Events"); 291 write.AddContainer("ThetaSquared", "Events"); 292 write.AddContainer("Disp", "Events"); 290 293 write.AddContainer("MRawRunHeader", "RunHeaders"); 291 294 write.AddContainer("MGeomCam", "RunHeaders"); … … 294 297 fillmhn2.SetFilter(&fmuonhn); 295 298 299 TArrayD param(12); 300 // Parametrization of Disp 301 param[0] = 1.15136; // constant 302 param[8] = 0.0681437; // slope 303 param[9] = 2.62932; // leak 304 param[10] = 1.51279; // size-offset 305 param[11] = 0.0507821; // size-slope 306 // Parametrization for sign of disp (m3long, slope) 307 param[5] = -0.07; 308 param[6] = 7.2; 309 param[7] = 0.5; 310 // ThetaSq-Cut 311 param[1] = 0.11; // 0.215 312 // Area-Cut 313 param[2] = 0.215468; 314 param[3] = 5.63973; 315 param[4] = 0.0836169; 316 MFMagicCuts cuts; 317 cuts.SetHadronnessCut(MFMagicCuts::kNoCut); 318 cuts.SetVariables(param); 319 320 296 321 tlist.AddToList(&read); 297 322 tlist.AddToList(&cont); … … 299 324 tlist.AddToList(&clean); 300 325 tlist.AddToList(&hcalc); 326 tlist.AddToList(&cuts); 301 327 tlist.AddToList(&fillC1); 302 328 tlist.AddToList(&fillC2);
Note:
See TracChangeset
for help on using the changeset viewer.