-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build for going solo #5
Comments
Ah never mind, found the target in the toplevel makefile. sorry for the bother. |
Actually, sorry for the noise, let me reopen this. I cant find a simple recipe to find the solo executable for the colliderbit. Could someone please gently point me in the right direction here? cheers Wolfgang |
As mentioned via email, ColliderBit Solo isn't 100% polished or documented yet, but it should be working. The build target is "CBS". I just now tried to build CBS from a fresh clone of gambit 2.4.4 on my laptop with the following commands:
That seems to have worked as expected. So try something along those lines and let me know how it goes. |
Perfect, that worked! The only think I was missing was the name of the target, CBS. I have been trying targets |
There's an example yaml file in So try running Note that this is a minimal example -- there are actually many more options that can be added in the yaml file. I can send you a more complete yaml file soon. One more thing: For CBS to work you probably also need to build two more backend codes for GAMBIT. So do the following before running CBS:
(If you forget, you should get a sensible error message when CBS starts.) |
Halleluiah, it is working: ... I am so exuberantly happy right now ;) One quick question, the output above was a result of 820 hepmc events. Wolfgang |
167.073 +/- 167.073 looks strange as well. |
It seems to correspond to 1 event. I wanted to create 1000 events, 820 survived the generators' cuts, I sent them through CMS-SUS-20-001/CMS_13TeV_2OSLEP_137invf. That analysis has an integrated lumi of 137/fb. 0 All events 820 Thats +/- all i know for now. Wolfgang |
Yes, the printed signal prediction is scaled to the cross-section * luminosity, hence the non-integer value. The luminosity is hard-coded in the given analysis source file, and you set the total production cross-section for your parameter point in the CBS yaml file. |
right silly me, i could have guessed. sorry for the noise |
Success! So below, you see the first two SModelS validation plots produced from colliderbit "efficiency maps". So: *) a first version of the machinery is technically working! Yay! Thanks a ton, Wolfgang |
ah wait, you said n := Y * lumi, okay, maybe the / lumi is wrong. will try. |
nah, that's not it. that's correct how i did it. |
I think I understand. You guys could only harvest about half of the signal regions, mostly the ones for hadronic signatures. Thats why for gluino gluino production, gluino -> qq N2, N2 -> Z N1, things tend to work. Not for the ewkino case -- no SR survived. For the sleptons case you guys got half the SRs to work. |
Hey guys, I am trying to build ColliderBit/examples/solo.cpp, I have successfully built gambit proper.
I am somehwat lost as to finding all the right -I, -l and -L flags. I did not find any help on that in the documentation, either.
Would it be possible for one of guys to help me out here? I assume it's on purpose that there aren't any build files in the examples directories?
[gambit 2.4.4] Thanks in advance
Wolfgang
The text was updated successfully, but these errors were encountered: