Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
New analysis code being developed for 2014 data format | ||||||||
Line: 16 to 16 | ||||||||
Bug reports are quite welcome. (to Ted Laird) | ||||||||
Added: | ||||||||
> > | Finding the DataSee EricFindingCMSData![]() | |||||||
Unpacker: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/![]() | ||||||||
Line: 54 to 58 | ||||||||
$ cd analyzer/parse/plugins | ||||||||
Changed: | ||||||||
< < | $ svn co http://edf.bu.edu/svn/edf/arcaro/unpacker/![]() | |||||||
> > | $ pushd somewhere else
$ svn co http://edf.bu.edu/svn/edf/arcaro/cms/trunk/unpacker/![]() | |||||||
Changed: | ||||||||
< < | $ cp unpacker/* ./ | |||||||
> > | $ cp _somewhere_else_/unpacker/* ./ | |||||||
You should now have all the FedEvent source code in the plugins folder alongside BuildFile.xml and parse.cc |