Skip to content
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

Removed TFWLiteSelector system #47053

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions FWCore/Skeletons/doc/man/skeletons.1
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ The following CMS commands is available for your needs:
\fBmkrecord\fP generates code based on Record template
.IP \(bu 2
\fBmkskel\fP generates code based on Skeleton template
.IP \(bu 2
\fBmktsel\fP generate code based on TSelector template
.UNINDENT
.sp
The \fBmkrecord\fP and \fBmkskel\fP scripts will run anywhere on your system, while
Expand Down
5 changes: 0 additions & 5 deletions FWCore/Skeletons/mkTemplates/TSelector/BuildFile.xml

This file was deleted.

5 changes: 0 additions & 5 deletions FWCore/Skeletons/mkTemplates/TSelector/Driver.dir

This file was deleted.

112 changes: 0 additions & 112 deletions FWCore/Skeletons/mkTemplates/TSelector/TSelector.cc

This file was deleted.

48 changes: 0 additions & 48 deletions FWCore/Skeletons/mkTemplates/TSelector/TSelector.h

This file was deleted.

1 change: 0 additions & 1 deletion FWCore/Skeletons/mkTemplates/TSelector/classes.h

This file was deleted.

4 changes: 0 additions & 4 deletions FWCore/Skeletons/mkTemplates/TSelector/classes_def.xml

This file was deleted.

46 changes: 0 additions & 46 deletions FWCore/Skeletons/scripts/mktsel

This file was deleted.

3 changes: 0 additions & 3 deletions FWCore/Skeletons/test/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ mkdatapkg TestDataPackage -author "Test Author"

mkskel TestSkeleton -author "Test Author"

mktsel TestSelector -author "Test Author"
mktsel TestSelectorTrack example_track -author "Test Author"

popd
git add TestSubsystem
git commit -a -m "Other skeletong code"
Expand Down
10 changes: 0 additions & 10 deletions FWCore/TFWLiteSelector/BuildFile.xml

This file was deleted.

Loading