update INTT QA by adding templete plot#77
update INTT QA by adding templete plot#77ryota4495 wants to merge 1 commit intosPHENIX-Collaboration:mainfrom
Conversation
osbornjd
left a comment
There was a problem hiding this comment.
I can't merge this as you are loading in files from a local directory which will not work in a production environment. How are you testing this? You should be using the macro under the macros subdir (i.e. subsystems/intt/macros) and feeding the histogram file through the arguments. Did you add the production of these histograms to the relevant QA module (presumably somewhere in here)?
|
I tested in local directory connecting to test website using |
|
How did you produce this root file? What are its contents? |
|
I made this root file using data driven method. So, I use multiple cluster size distribution root file generated by OfflineQA module. We don't need to produce the file run by run or store by store. |
|
I think there is confusion about how this should work - the root file with the histograms created by the offline QA module should be read in via the steering macro, not via some c code in the drawing module itself. For example, you should use this macro to read in the root file with the histograms and then the module will actually draw those histograms |
Update cluster size of INTT QA.
I add the reference plot run by run which was made from expected value of each size by gauss fitting.
You can compare between the reference plot and current plot run by run.