-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
New DAQ source for L1Trigger scouting #43467
Commits on Nov 10, 2023
-
New DAQ source for L1Trigger scouting
Implemented a new DAQSourceModel to read and merge Run3 L1 scouting data. - Similar to the existing FRDStriped input source - Modified EvFDaqDirector to enable the possibility of having multiple data sources per ramdisk - Added DataFormats/L1Scouting containing Scouting Raw Data Collection - Vector of FEDRawData - Included optional argument wordSize in the FEDRawData resize methods: 8 bytes by default, can be set to 4 bytes for scouting - Not a real FED, using a SRDCollection since L1scouting data will never be mixed with event data - Removed old scouting files that were used as an example - Test script for the ScoutingRun3 daq source
Configuration menu - View commit details
-
Copy full SHA for 8067ab5 - Browse repository at this point
Copy the full SHA 8067ab5View commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 567e1fc - Browse repository at this point
Copy the full SHA 567e1fcView commit details
Commits on Nov 16, 2023
-
[WIP] fixed orbit collection, new data structure allows to achieve co…
…mpression factor of 2
Configuration menu - View commit details
-
Copy full SHA for b9c7ba3 - Browse repository at this point
Copy the full SHA b9c7ba3View commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 12b08e1 - Browse repository at this point
Copy the full SHA 12b08e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9029aab - Browse repository at this point
Copy the full SHA 9029aabView commit details
Commits on Nov 21, 2023
-
[WIP] cleaned orbit collection, now an orbit buffer is directly passe…
…d to it. Fixed bug in the bxOffset index
Configuration menu - View commit details
-
Copy full SHA for 1771948 - Browse repository at this point
Copy the full SHA 1771948View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c0e625 - Browse repository at this point
Copy the full SHA 4c0e625View commit details -
Configuration menu - View commit details
-
Copy full SHA for b55f10b - Browse repository at this point
Copy the full SHA b55f10bView commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4949fc8 - Browse repository at this point
Copy the full SHA 4949fc8View commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for afe8b59 - Browse repository at this point
Copy the full SHA afe8b59View commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2f1a7c5 - Browse repository at this point
Copy the full SHA 2f1a7c5View commit details -
New DAQ source for L1Trigger scouting
Implemented a new DAQSourceModel to read and merge Run3 L1T scouting raw data. - Similar to the existing FRDStriped input source - Modified EvFDaqDirector to enable the possibility of having multiple data sources per ramdisk - Added DataFormats/L1Scouting containing Scouting Raw Data Collection - Vector of FEDRawData - Included optional argument wordSize in the FEDRawData resize methods: 8 bytes by default, can be set to 4 bytes for scouting - Not a real FED, using a SRDCollection since L1scouting data will never be mixed with event data - Removed old scouting files that were used as an example Added first two unpackers for uGMT and CaloL2 data - Custom data format, similar to l1t objects, but more efficent in term of storage and write speed. - Save 30% in storage - Objects stored in an OrbitCollection Example of dummy analyzer used to dump scouting data - consumes collections produced by unpackers and dump them to screen
Configuration menu - View commit details
-
Copy full SHA for f59a381 - Browse repository at this point
Copy the full SHA f59a381View commit details
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9dd2a02 - Browse repository at this point
Copy the full SHA 9dd2a02View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e07701b - Browse repository at this point
Copy the full SHA e07701bView commit details
Commits on Dec 10, 2023
-
Merged 133x_L1ScoutingDaqSource from repository Mmiglio with cms-merg…
…e-topic
Matteo Migliorini committedDec 10, 2023 Configuration menu - View commit details
-
Copy full SHA for d9c69d0 - Browse repository at this point
Copy the full SHA d9c69d0View commit details
Commits on Dec 13, 2023
-
Added data format class version, created unit tests for L1Scouting an…
…d L1Scouting raw data
Matteo Migliorini committedDec 13, 2023 Configuration menu - View commit details
-
Copy full SHA for de54d52 - Browse repository at this point
Copy the full SHA de54d52View commit details
Commits on Dec 15, 2023
-
Added L1 trigger objects interface + Renamed scouting classes
Matteo Migliorini committedDec 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 0a516e4 - Browse repository at this point
Copy the full SHA 0a516e4View commit details -
Matteo Migliorini committed
Dec 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 3823a79 - Browse repository at this point
Copy the full SHA 3823a79View commit details -
Matteo Migliorini committed
Dec 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 6dbd84f - Browse repository at this point
Copy the full SHA 6dbd84fView commit details -
Added Exception to OrbitCollection::getBxSize(), removed swap method …
…from Scouting classes
Matteo Migliorini committedDec 15, 2023 Configuration menu - View commit details
-
Copy full SHA for f0b7204 - Browse repository at this point
Copy the full SHA f0b7204View commit details -
Matteo Migliorini committed
Dec 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 9d13a12 - Browse repository at this point
Copy the full SHA 9d13a12View commit details