Skip to content
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

Dijet qa #192

Open
wants to merge 76 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
4e31a77
First commit on Calorimeter Transverse Energy analysis Module
silas-gross Aug 17, 2023
b047a62
bit more skelleton structure
silas-gross Aug 22, 2023
b850a38
realized I am doing this at the prdf level right now, should move to …
silas-gross Aug 24, 2023
ee9f4ec
Broke into two seperate instances, realized I was writing for a PRDF …
silas-gross Aug 29, 2023
0a84fd7
have the prdf file handling finished, now to do the DST...and actuall…
silas-gross Aug 29, 2023
60d16db
Minor update, could maybe do an overload form that allow for either p…
silas-gross Aug 31, 2023
66675e5
decided to change the approach and go back to a single value with a s…
silas-gross Sep 1, 2023
a1fecf6
minor progress, added switch for mode
silas-gross Sep 1, 2023
4005bc9
Added ttree approach
silas-gross Sep 2, 2023
5488a4b
Added the basics fully now. just need to decide how to do the angular…
silas-gross Sep 2, 2023
7506401
in process of doing the calorimeter geometry stuff
silas-gross Sep 2, 2023
99c46af
finished main calculation routine, now need to add some more stuff
silas-gross Sep 3, 2023
bfaf27c
Getting ready to put together compiling
silas-gross Sep 3, 2023
eac6bad
have a compiling bit of code that produces the barebones in a ttree, …
silas-gross Sep 5, 2023
3a69d0c
Merge branch 'sPHENIX-Collaboration:master' into master
silas-gross Sep 6, 2023
18d25b5
working on getting the files up and running
silas-gross Sep 6, 2023
58b1d69
jsut need to to Calo transverse as a librarry and call it through a r…
silas-gross Sep 6, 2023
aadf3f1
Moved over to using a macro form, need to test
silas-gross Sep 6, 2023
8540ce0
minimal installation version, working on getting everything in the pr…
silas-gross Sep 8, 2023
e26606c
Have set everything up to compile again
silas-gross Sep 11, 2023
c2ad0a3
Fully functional v1, want to add more features, but this is doing the…
silas-gross Sep 11, 2023
b11001c
added to the README
silas-gross Sep 11, 2023
ac094e7
Fully ready version of the calo transverse energy package. Need to up…
silas-gross Sep 13, 2023
63dda6a
Merge branch 'master' of github.com:silas-gross/sphenix_analysis
silas-gross Sep 13, 2023
403163f
Cleanup of old other version of Class
silas-gross Sep 13, 2023
d3280fd
Cleaned up commit of version 1 of code. Needs to properly implement t…
silas-gross Sep 13, 2023
ca7bbcb
now?
silas-gross Sep 13, 2023
1e35e17
Tried with git rm
silas-gross Sep 13, 2023
6d59520
Fully cleaned up, ready for submission to pull
silas-gross Sep 13, 2023
337b7a9
added eta check and tower geom calls
silas-gross Sep 15, 2023
e3fda6b
Changed method of filling Phi, Eta distributions
silas-gross Sep 19, 2023
5ff7010
Working version of prdf analysis switch to do cross checks
silas-gross Sep 21, 2023
4071d62
Cleanup
silas-gross Sep 21, 2023
fb7b540
Moved to Calib Tower and have PRDF method working, but should add a m…
silas-gross Sep 22, 2023
5f78062
cleaned up version
silas-gross Sep 22, 2023
4aa0d9c
added some more QA plots and correction for eta bin width
silas-gross Oct 21, 2023
a3307d9
Added acceptance correction, working on putting TTree data back into …
silas-gross Nov 6, 2023
d8f0976
Added additional functionality to PRDF node, getting more granular an…
silas-gross Nov 28, 2023
476713c
Added additional functionality to PRDF node, getting more granular an…
silas-gross Nov 28, 2023
541d210
adding class/structure to handle creating and validating plots for ea…
silas-gross Dec 1, 2023
ae1767f
added the calo plots, working on shifting the eta edges for the z shift
silas-gross Dec 4, 2023
19a3d34
have a first version of the caloplots, will test implementation in sdcc
silas-gross Dec 4, 2023
39d71f8
added the base level implementation, need to add on the actual use, o…
silas-gross Dec 4, 2023
331c249
cleaned up all the plot input, need to add in more combining to do al…
silas-gross Dec 5, 2023
9877cf1
have new working version of z-vertex mapper. need to do first pass th…
silas-gross Dec 11, 2023
d17d606
having an issue on event 13 of segment 0 of adding to the actual inpu…
silas-gross Dec 12, 2023
45bcb85
working through adding the truth need to handle some of the edge cases
silas-gross Dec 22, 2023
26873e3
Have a functioning version of the real data, still working on the sim…
silas-gross Dec 25, 2023
9657197
Have a functioning version of the real data, still working on the sim…
silas-gross Dec 25, 2023
9ea6243
unclear what to use for the calokey info for mc
silas-gross Dec 29, 2023
6537783
unclear what to use for the calokey info for mc
silas-gross Dec 29, 2023
a2429dc
trying to use the tower def, which should'nt exist?
silas-gross Dec 29, 2023
eb84438
Have a functioning analysis with the tools to do fully corrected data
silas-gross Jan 4, 2024
0353a3c
functioning and loading data in for all modes, now need to check work…
silas-gross Jan 5, 2024
ae91b48
have a semi-functional method. Now need to implement a few tools to h…
silas-gross Jan 9, 2024
79d59d0
added hot/dead tower map fix
silas-gross Jan 10, 2024
43bd224
added plots to investigate the number of towers in the EMCal entering…
silas-gross Feb 14, 2024
2da9b78
added a new function to look into EMCAL retowering and try to test ou…
silas-gross Feb 28, 2024
c35c47d
refactored code to do the tower checker, potential test case for how …
silas-gross Mar 8, 2024
0e5527c
getting Jet Validation package working locally
silas-gross Mar 25, 2024
208bf51
First commit of the Dijet QA analysis for the Jet Sturcture Workfest
silas-gross Mar 26, 2024
76fa4ab
Added to the Dijet QA
silas-gross Mar 29, 2024
0c4053c
Added the start of the actual running, built TTree need to update the…
silas-gross Apr 4, 2024
e2ca4b5
Update to Dijet QA
silas-gross Apr 4, 2024
a351684
Started the tear down and rewrite process
silas-gross Apr 26, 2024
999fca4
reverting change, submitted to wrong branch
silas-gross Apr 26, 2024
85b4c3b
Compling v1 of the DijetQA
silas-gross Jul 10, 2024
b5657d0
resolving merge conflict
silas-gross Jul 10, 2024
0af40cb
removed CaloET for this branch
silas-gross Jul 10, 2024
cd5ca34
added a 1 GeV cutoff
silas-gross Sep 6, 2024
0b6ea8a
Updated version of the dijet qa
silas-gross Sep 10, 2024
c62f8bb
looks like nothing is being saved to the holding vectors for jets in …
silas-gross Sep 14, 2024
2151341
Dijet QA ready for addition to jet QA module
silas-gross Oct 18, 2024
41cdd66
Tested version ready to go, needs to be brought into the format of th…
silas-gross Oct 21, 2024
851f6a6
Finished v1 of the Dijet QA testing module. Next version is in core s…
silas-gross Oct 22, 2024
1bff663
minor cosmetic updates and condor job creation change
silas-gross Oct 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
797 changes: 797 additions & 0 deletions Calo_Validation_Package/src/.deps/CaloAna.Plo

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Calo_Validation_Package/src/.deps/testexternals.Po
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
testexternals.o: testexternals.C /usr/include/stdc-predef.h
/usr/include/stdc-predef.h:
1 change: 1 addition & 0 deletions Calo_Validation_Package/src/.libs/libcaloana.so.0
Binary file not shown.
Binary file added Calo_Validation_Package/src/.libs/testexternals
Binary file not shown.
Loading