Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
New analysis code being developed for 2014 data format | ||||||||
Line: 25 to 25 | ||||||||
The two options for file types processed by this code are binary and root files. The code to switch from one to another or vice versa is here:
Binary to Root: https://github.com/elaird/hcalraw![]() | ||||||||
Added: | ||||||||
> > |
| |||||||
![]() ![]()
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
Unpacker | ||||||||
Changed: | ||||||||
< < | Unpacker consists of three classes to parse AMC13 data format: FedEvent, FedBlock, and FedAMC. Various tools have also been created to utilize these classes and analyze the data. All code can be found here: http://edf.bu.edu/svn/edf/arcaro/cms/trunk/![]() | |||||||
> > | Unpacker consists of three classes to parse AMC13 data format: FedEvent, FedBlock, and FedAMC. Various tools have also been created to utilize these classes and analyze the data. All code can be found here: http://edf.bu.edu/svn/edf/arcaro/cms/trunk/![]() | |||||||
Class documentation: http://ohm.bu.edu/~djarcaro/Documentation/unpacker.pdf![]() | ||||||||
Line: 60 to 61 | ||||||||
Unpacker histogram optionIf root is installed dumptmp.cc can be made by $make root=1. dumptmp is identical to dump but also creates a root file with a histogram of the error array for easier visualization with large files. | ||||||||
Added: | ||||||||
> > | ||||||||
CMSSWThe dump software has also been implemented in a cmssw analyzer to extract raw data from global/local root files and unpack it. This requires a cmssw environment (most likely lxplus). The code can be found here http://edf.bu.edu/svn/edf/arcaro/cms/trunk/analyzer/![]() ![]() | ||||||||
Line: 73 to 76 | ||||||||
$ scram b | ||||||||
Changed: | ||||||||
< < | To run the analyzer first set the parameters in the python file analyzer/parse/python/ConfFile_cfg.py. The most important parameters (besides the file name) are the HcalTBSource vs PoolSource and the rootType string input. Change these to correspond to either a local or global root file. The python script is set to run over multiple files in a directory. To then run the analyzer: | |||||||
> > | To run the analyzer first set the parameters in the python file analyzer/parse/python/ConfFile_cfg.py. The most important parameters (besides the file name) are the HcalTBSource vs PoolSource and the rootType string input. Change these to correspond to either a local or global root file. The python script is set to run over multiple files in a directory. To then run the analyzer: | |||||||
$ cmsRun analyzer/parse/python/ConfFile_cfg.py. | ||||||||
Line: 85 to 88 | ||||||||
To Do List | ||||||||
Deleted: | ||||||||
< < |
| |||||||
New Features | ||||||||
Deleted: | ||||||||
< < | DONE:
| |||||||
|