Skip to content

Definition of LFNs for the custom datasets in columnflow #412

Closed Answered by pkausw
hephysicist asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Stepan,

Indeed, what you describe is correct. The get_dataset_lfns function is called here, and is used to create json files that contain the final paths to the individual nanoAOD files with ther logical file names (lfns). After this point, only these json files are used in subsequent tasks - so once the list of files has been collected, the get_dataset_lfns function is not used anymore.

As a user, you have complete freedom of how you want to obtain the paths to these lfns. In principle, you could write a function that parses paths to files based on individual datasets, based on the name of a given dataset - this is a design choice you could make when writing your code. Imho, this is n…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hephysicist
Comment options

Answer selected by hephysicist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants